enum LockedStyle {
Free,
Latched,
Locked,
}
Variants§
Implementations§
Source§impl LockedStyle
impl LockedStyle
fn from_action( action: &Action, mods: &HashSet<Modifier>, latched_view: &LatchedState, current_view: &str, ) -> LockedStyle
Trait Implementations§
Source§impl Clone for LockedStyle
impl Clone for LockedStyle
Source§fn clone(&self) -> LockedStyle
fn clone(&self) -> LockedStyle
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 LockedStyle
impl Debug for LockedStyle
Source§impl PartialEq for LockedStyle
impl PartialEq for LockedStyle
impl Copy for LockedStyle
impl StructuralPartialEq for LockedStyle
Auto Trait Implementations§
impl Freeze for LockedStyle
impl RefUnwindSafe for LockedStyle
impl Send for LockedStyle
impl Sync for LockedStyle
impl Unpin for LockedStyle
impl UnwindSafe for LockedStyle
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