pub struct ModelStyling {
pub css: String,
}Expand description
Model styling information.
Fields§
§css: StringCSS styling.
Trait Implementations§
Source§impl Clone for ModelStyling
impl Clone for ModelStyling
Source§fn clone(&self) -> ModelStyling
fn clone(&self) -> ModelStyling
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 ModelStyling
impl Debug for ModelStyling
Source§impl<'de> Deserialize<'de> for ModelStyling
impl<'de> Deserialize<'de> for ModelStyling
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ModelStyling, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ModelStyling, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ModelStyling
impl RefUnwindSafe for ModelStyling
impl Send for ModelStyling
impl Sync for ModelStyling
impl Unpin for ModelStyling
impl UnwindSafe for ModelStyling
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