pub enum ProjectionState {
Missing,
Stale,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectionState
impl Clone for ProjectionState
Source§fn clone(&self) -> ProjectionState
fn clone(&self) -> ProjectionState
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 ProjectionState
impl Debug for ProjectionState
impl Eq for ProjectionState
Source§impl PartialEq for ProjectionState
impl PartialEq for ProjectionState
Source§impl Serialize for ProjectionState
impl Serialize for ProjectionState
impl StructuralPartialEq for ProjectionState
Auto Trait Implementations§
impl Freeze for ProjectionState
impl RefUnwindSafe for ProjectionState
impl Send for ProjectionState
impl Sync for ProjectionState
impl Unpin for ProjectionState
impl UnsafeUnpin for ProjectionState
impl UnwindSafe for ProjectionState
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