pub struct HomeSection {
pub key: String,
pub enabled: bool,
}Fields§
§key: String§enabled: boolTrait Implementations§
Source§impl Clone for HomeSection
impl Clone for HomeSection
Source§fn clone(&self) -> HomeSection
fn clone(&self) -> HomeSection
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 HomeSection
impl Debug for HomeSection
Source§impl<'de> Deserialize<'de> for HomeSection
impl<'de> Deserialize<'de> for HomeSection
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 HomeSection
impl PartialEq for HomeSection
Source§fn eq(&self, other: &HomeSection) -> bool
fn eq(&self, other: &HomeSection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HomeSection
impl Serialize for HomeSection
impl StructuralPartialEq for HomeSection
Auto Trait Implementations§
impl Freeze for HomeSection
impl RefUnwindSafe for HomeSection
impl Send for HomeSection
impl Sync for HomeSection
impl Unpin for HomeSection
impl UnsafeUnpin for HomeSection
impl UnwindSafe for HomeSection
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