Enum CotClassification
pub enum CotClassification {
    Pending,
    Unknown,
    AssumedFriend,
    Friend,
    Neutral,
    Suspect,
    Hostile,
    Joker,
    Faker,
    NoneSpecified,
    Other,
}Expand description
Curson on Target classification
Variants§
Trait Implementations§
§impl Clone for CotClassification
 
impl Clone for CotClassification
§fn clone(&self) -> CotClassification
 
fn clone(&self) -> CotClassification
Returns a copy 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 moreimpl Copy for CotClassification
Auto Trait Implementations§
impl Freeze for CotClassification
impl RefUnwindSafe for CotClassification
impl Send for CotClassification
impl Sync for CotClassification
impl Unpin for CotClassification
impl UnwindSafe for CotClassification
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