pub struct StandardConfig {
pub metadata: StandardMetadata,
pub channels: Vec<String>,
pub embed_ui: String,
pub i18n: I18nConfig,
pub format: String,
}Fields§
§metadata: StandardMetadata§channels: Vec<String>§embed_ui: String§i18n: I18nConfig§format: StringTrait Implementations§
Source§impl Clone for StandardConfig
impl Clone for StandardConfig
Source§fn clone(&self) -> StandardConfig
fn clone(&self) -> StandardConfig
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 StandardConfig
impl Debug for StandardConfig
Source§impl<'de> Deserialize<'de> for StandardConfig
impl<'de> Deserialize<'de> for StandardConfig
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
Auto Trait Implementations§
impl Freeze for StandardConfig
impl RefUnwindSafe for StandardConfig
impl Send for StandardConfig
impl Sync for StandardConfig
impl Unpin for StandardConfig
impl UnsafeUnpin for StandardConfig
impl UnwindSafe for StandardConfig
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