pub struct HubAppearance {
pub style_preset: String,
pub behavior_preset: String,
}Fields§
§style_preset: String§behavior_preset: StringTrait Implementations§
Source§impl Clone for HubAppearance
impl Clone for HubAppearance
Source§fn clone(&self) -> HubAppearance
fn clone(&self) -> HubAppearance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HubAppearance
impl Debug for HubAppearance
Source§impl<'de> Deserialize<'de> for HubAppearance
impl<'de> Deserialize<'de> for HubAppearance
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 HubAppearance
impl RefUnwindSafe for HubAppearance
impl Send for HubAppearance
impl Sync for HubAppearance
impl Unpin for HubAppearance
impl UnsafeUnpin for HubAppearance
impl UnwindSafe for HubAppearance
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