pub struct HomeLayout {
pub components: Vec<HomeComponent>,
}Expand description
A home layout for a source.
Fields§
§components: Vec<HomeComponent>The components of the layout.
Trait Implementations§
Source§impl Clone for HomeLayout
impl Clone for HomeLayout
Source§fn clone(&self) -> HomeLayout
fn clone(&self) -> HomeLayout
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 HomeLayout
impl Debug for HomeLayout
Source§impl Default for HomeLayout
impl Default for HomeLayout
Source§fn default() -> HomeLayout
fn default() -> HomeLayout
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HomeLayout
impl<'de> Deserialize<'de> for HomeLayout
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 HomeLayout
impl PartialEq for HomeLayout
Source§impl Serialize for HomeLayout
impl Serialize for HomeLayout
impl StructuralPartialEq for HomeLayout
Auto Trait Implementations§
impl Freeze for HomeLayout
impl RefUnwindSafe for HomeLayout
impl Send for HomeLayout
impl Sync for HomeLayout
impl Unpin for HomeLayout
impl UnwindSafe for HomeLayout
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