pub enum CollapseState {
AlwaysOpen,
Open,
Closed,
}Variants§
Trait Implementations§
Source§impl Clone for CollapseState
impl Clone for CollapseState
Source§fn clone(&self) -> CollapseState
fn clone(&self) -> CollapseState
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 moreSource§impl Debug for CollapseState
impl Debug for CollapseState
Source§impl PartialEq for CollapseState
impl PartialEq for CollapseState
impl Copy for CollapseState
impl Eq for CollapseState
impl StructuralPartialEq for CollapseState
Auto Trait Implementations§
impl Freeze for CollapseState
impl RefUnwindSafe for CollapseState
impl Send for CollapseState
impl Sync for CollapseState
impl Unpin for CollapseState
impl UnwindSafe for CollapseState
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