#[repr(transparent)]pub struct ExpandCollapseState(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ExpandCollapseState
impl Clone for ExpandCollapseState
Source§fn clone(&self) -> ExpandCollapseState
fn clone(&self) -> ExpandCollapseState
Returns a copy 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 ExpandCollapseState
impl Debug for ExpandCollapseState
Source§impl Default for ExpandCollapseState
impl Default for ExpandCollapseState
Source§fn default() -> ExpandCollapseState
fn default() -> ExpandCollapseState
Returns the “default value” for a type. Read more
Source§impl From<i32> for ExpandCollapseState
impl From<i32> for ExpandCollapseState
Source§fn from(value: i32) -> ExpandCollapseState
fn from(value: i32) -> ExpandCollapseState
Converts to this type from the input type.
Source§impl PartialEq for ExpandCollapseState
impl PartialEq for ExpandCollapseState
impl Copy for ExpandCollapseState
impl Eq for ExpandCollapseState
impl StructuralPartialEq for ExpandCollapseState
Auto Trait Implementations§
impl Freeze for ExpandCollapseState
impl RefUnwindSafe for ExpandCollapseState
impl Send for ExpandCollapseState
impl Sync for ExpandCollapseState
impl Unpin for ExpandCollapseState
impl UnwindSafe for ExpandCollapseState
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