pub struct DetailsComponent;
Expand description
Details component for collapsible content
Implementations§
Trait Implementations§
Source§impl Component for DetailsComponent
impl Component for DetailsComponent
Auto Trait Implementations§
impl Freeze for DetailsComponent
impl RefUnwindSafe for DetailsComponent
impl Send for DetailsComponent
impl Sync for DetailsComponent
impl Unpin for DetailsComponent
impl UnwindSafe for DetailsComponent
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