pub enum FoldButtonAction {
None,
Opening,
Closing,
Animating(f64),
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for FoldButtonAction
impl ActionDefaultRef for FoldButtonAction
fn default_ref() -> &'static Self
Source§impl Clone for FoldButtonAction
impl Clone for FoldButtonAction
Source§fn clone(&self) -> FoldButtonAction
fn clone(&self) -> FoldButtonAction
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 FoldButtonAction
impl Debug for FoldButtonAction
Auto Trait Implementations§
impl Freeze for FoldButtonAction
impl RefUnwindSafe for FoldButtonAction
impl Send for FoldButtonAction
impl Sync for FoldButtonAction
impl Unpin for FoldButtonAction
impl UnwindSafe for FoldButtonAction
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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