pub struct DrawerAppContentProps {
pub children: Children,
}Expand description
Props for DrawerAppContent
Fields§
§children: ChildrenTrait Implementations§
Source§impl Clone for DrawerAppContentProps
impl Clone for DrawerAppContentProps
Source§fn clone(&self) -> DrawerAppContentProps
fn clone(&self) -> DrawerAppContentProps
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 moreAuto Trait Implementations§
impl Freeze for DrawerAppContentProps
impl !RefUnwindSafe for DrawerAppContentProps
impl !Send for DrawerAppContentProps
impl !Sync for DrawerAppContentProps
impl Unpin for DrawerAppContentProps
impl !UnwindSafe for DrawerAppContentProps
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