Enum rs::layout::ViewTransition
source · [−]enum ViewTransition<'a> {
ChangeTo(&'a str),
UnlatchAll,
NoChange,
}
Variants
ChangeTo(&'a str)
UnlatchAll
NoChange
Trait Implementations
sourceimpl<'a> Debug for ViewTransition<'a>
impl<'a> Debug for ViewTransition<'a>
sourceimpl<'a> PartialEq<ViewTransition<'a>> for ViewTransition<'a>
impl<'a> PartialEq<ViewTransition<'a>> for ViewTransition<'a>
sourcefn eq(&self, other: &ViewTransition<'a>) -> bool
fn eq(&self, other: &ViewTransition<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ViewTransition<'a>) -> bool
fn ne(&self, other: &ViewTransition<'a>) -> bool
This method tests for !=
.
impl<'a> StructuralPartialEq for ViewTransition<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ViewTransition<'a>
impl<'a> Send for ViewTransition<'a>
impl<'a> Sync for ViewTransition<'a>
impl<'a> Unpin for ViewTransition<'a>
impl<'a> UnwindSafe for ViewTransition<'a>
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