pub struct MobileConfig {
pub spacing: SpacingConfig,
pub typography: MobileTypography,
pub layout: MobileLayout,
pub card: MobileCardConfig,
}Fields§
§spacing: SpacingConfig§typography: MobileTypography§layout: MobileLayout§card: MobileCardConfigTrait Implementations§
Source§impl Clone for MobileConfig
impl Clone for MobileConfig
Source§fn clone(&self) -> MobileConfig
fn clone(&self) -> MobileConfig
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 MobileConfig
impl Debug for MobileConfig
Source§impl<'de> Deserialize<'de> for MobileConfig
impl<'de> Deserialize<'de> for MobileConfig
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MobileConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MobileConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for MobileConfig
impl Serialize for MobileConfig
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for MobileConfig
impl RefUnwindSafe for MobileConfig
impl Send for MobileConfig
impl Sync for MobileConfig
impl Unpin for MobileConfig
impl UnsafeUnpin for MobileConfig
impl UnwindSafe for MobileConfig
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