pub struct MoveOutcome {
pub keyword_set: bool,
pub keyword_error: Option<String>,
pub seen_set: bool,
pub seen_error: Option<String>,
pub moved: bool,
pub target_location: Option<RemoteLocation>,
}Fields§
§keyword_set: bool§keyword_error: Option<String>§seen_set: bool§seen_error: Option<String>§moved: bool§target_location: Option<RemoteLocation>Trait Implementations§
Source§impl Clone for MoveOutcome
impl Clone for MoveOutcome
Source§fn clone(&self) -> MoveOutcome
fn clone(&self) -> MoveOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MoveOutcome
impl Debug for MoveOutcome
impl Eq for MoveOutcome
Source§impl PartialEq for MoveOutcome
impl PartialEq for MoveOutcome
Source§fn eq(&self, other: &MoveOutcome) -> bool
fn eq(&self, other: &MoveOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MoveOutcome
Auto Trait Implementations§
impl Freeze for MoveOutcome
impl RefUnwindSafe for MoveOutcome
impl Send for MoveOutcome
impl Sync for MoveOutcome
impl Unpin for MoveOutcome
impl UnsafeUnpin for MoveOutcome
impl UnwindSafe for MoveOutcome
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.