pub struct PrevFieldMsg;Expand description
Message to move to the previous field.
Trait Implementations§
Source§impl Clone for PrevFieldMsg
impl Clone for PrevFieldMsg
Source§fn clone(&self) -> PrevFieldMsg
fn clone(&self) -> PrevFieldMsg
Returns a duplicate 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 PrevFieldMsg
impl RefUnwindSafe for PrevFieldMsg
impl Send for PrevFieldMsg
impl Sync for PrevFieldMsg
impl Unpin for PrevFieldMsg
impl UnwindSafe for PrevFieldMsg
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