Enum rs::layout::LatchedState
source · [−]pub enum LatchedState {
FromView(String),
Not,
}
Variants
FromView(String)
Holds view to return to.
Not
Trait Implementations
sourceimpl Clone for LatchedState
impl Clone for LatchedState
sourcefn clone(&self) -> LatchedState
fn clone(&self) -> LatchedState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LatchedState
impl Debug for LatchedState
sourceimpl PartialEq<LatchedState> for LatchedState
impl PartialEq<LatchedState> for LatchedState
sourcefn eq(&self, other: &LatchedState) -> bool
fn eq(&self, other: &LatchedState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LatchedState) -> bool
fn ne(&self, other: &LatchedState) -> bool
This method tests for !=
.
impl StructuralPartialEq for LatchedState
Auto Trait Implementations
impl RefUnwindSafe for LatchedState
impl Send for LatchedState
impl Sync for LatchedState
impl Unpin for LatchedState
impl UnwindSafe for LatchedState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more