pub struct EmbeddableConfig {
pub provider: String,
}Expand description
Embeddable modifier configuration.
Fields§
§provider: StringTrait Implementations§
Source§impl Clone for EmbeddableConfig
impl Clone for EmbeddableConfig
Source§fn clone(&self) -> EmbeddableConfig
fn clone(&self) -> EmbeddableConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbeddableConfig
impl Debug for EmbeddableConfig
Source§impl<'de> Deserialize<'de> for EmbeddableConfig
impl<'de> Deserialize<'de> for EmbeddableConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EmbeddableConfig
impl PartialEq for EmbeddableConfig
Source§impl Serialize for EmbeddableConfig
impl Serialize for EmbeddableConfig
impl StructuralPartialEq for EmbeddableConfig
Auto Trait Implementations§
impl Freeze for EmbeddableConfig
impl RefUnwindSafe for EmbeddableConfig
impl Send for EmbeddableConfig
impl Sync for EmbeddableConfig
impl Unpin for EmbeddableConfig
impl UnwindSafe for EmbeddableConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more