Struct freya_components::SidebarProps
source · pub struct SidebarProps<'a> {
pub children: Element<'a>,
pub sidebar: Element<'a>,
}
Fields§
§children: Element<'a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SidebarProps<'a>
impl<'a> !Send for SidebarProps<'a>
impl<'a> !Sync for SidebarProps<'a>
impl<'a> Unpin for SidebarProps<'a>
impl<'a> !UnwindSafe for SidebarProps<'a>
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