pub struct AppLayoutProps<B, BIV, S, SIV>{
pub body: B,
pub sidebar: S,
}
Fields§
§body: B
Implementations§
Source§impl<B, BIV, S, SIV> AppLayoutProps<B, BIV, S, SIV>
impl<B, BIV, S, SIV> AppLayoutProps<B, BIV, S, SIV>
Trait Implementations§
Auto Trait Implementations§
impl<B, BIV, S, SIV> Freeze for AppLayoutProps<B, BIV, S, SIV>
impl<B, BIV, S, SIV> RefUnwindSafe for AppLayoutProps<B, BIV, S, SIV>where
B: RefUnwindSafe,
S: RefUnwindSafe,
impl<B, BIV, S, SIV> Send for AppLayoutProps<B, BIV, S, SIV>
impl<B, BIV, S, SIV> Sync for AppLayoutProps<B, BIV, S, SIV>
impl<B, BIV, S, SIV> Unpin for AppLayoutProps<B, BIV, S, SIV>
impl<B, BIV, S, SIV> UnwindSafe for AppLayoutProps<B, BIV, S, SIV>where
B: UnwindSafe,
S: UnwindSafe,
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