pub struct CollapsibleSection { /* private fields */ }Implementations§
Source§impl CollapsibleSection
impl CollapsibleSection
pub fn new(title: String, content: String) -> CollapsibleSection
pub fn open(self, open: bool) -> CollapsibleSection
Trait Implementations§
Source§impl Renderable for CollapsibleSection
impl Renderable for CollapsibleSection
Auto Trait Implementations§
impl Freeze for CollapsibleSection
impl RefUnwindSafe for CollapsibleSection
impl Send for CollapsibleSection
impl Sync for CollapsibleSection
impl Unpin for CollapsibleSection
impl UnwindSafe for CollapsibleSection
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