pub enum OutpostState {
Clean,
Dirty,
Missing,
NotManaged,
}Variants§
Trait Implementations§
Source§impl Clone for OutpostState
impl Clone for OutpostState
Source§fn clone(&self) -> OutpostState
fn clone(&self) -> OutpostState
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 moreimpl Copy for OutpostState
Source§impl Debug for OutpostState
impl Debug for OutpostState
impl Eq for OutpostState
Source§impl PartialEq for OutpostState
impl PartialEq for OutpostState
Source§fn eq(&self, other: &OutpostState) -> bool
fn eq(&self, other: &OutpostState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutpostState
Auto Trait Implementations§
impl Freeze for OutpostState
impl RefUnwindSafe for OutpostState
impl Send for OutpostState
impl Sync for OutpostState
impl Unpin for OutpostState
impl UnsafeUnpin for OutpostState
impl UnwindSafe for OutpostState
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