pub enum SlidePanelAction {
None,
}Variants§
None
Trait Implementations§
Source§impl ActionDefaultRef for SlidePanelAction
impl ActionDefaultRef for SlidePanelAction
fn default_ref() -> &'static Self
Source§impl Clone for SlidePanelAction
impl Clone for SlidePanelAction
Source§fn clone(&self) -> SlidePanelAction
fn clone(&self) -> SlidePanelAction
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 moreAuto Trait Implementations§
impl Freeze for SlidePanelAction
impl RefUnwindSafe for SlidePanelAction
impl Send for SlidePanelAction
impl Sync for SlidePanelAction
impl Unpin for SlidePanelAction
impl UnwindSafe for SlidePanelAction
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