Struct freya::components::SidebarProps
source · pub struct SidebarProps<'a> {
pub children: Option<VNode<'a>>,
pub sidebar: Option<VNode<'a>>,
}
Fields§
§children: Option<VNode<'a>>
Implementations§
Trait Implementations§
source§impl<'a> Properties for SidebarProps<'a>
impl<'a> Properties for SidebarProps<'a>
§type Builder = SidebarPropsBuilder<'a, ((), ())>
type Builder = SidebarPropsBuilder<'a, ((), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
source§fn builder() -> <SidebarProps<'a> as Properties>::Builder
fn builder() -> <SidebarProps<'a> as Properties>::Builder
Create a builder for this component.
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