pub enum RosterRelationStanding {
Same,
Cross,
}Expand description
Whether two relation sides borrow the same roster instance.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RosterRelationStanding
impl Clone for RosterRelationStanding
Source§fn clone(&self) -> RosterRelationStanding
fn clone(&self) -> RosterRelationStanding
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 RosterRelationStanding
Source§impl Debug for RosterRelationStanding
impl Debug for RosterRelationStanding
impl Eq for RosterRelationStanding
Source§impl Hash for RosterRelationStanding
impl Hash for RosterRelationStanding
Source§impl PartialEq for RosterRelationStanding
impl PartialEq for RosterRelationStanding
impl StructuralPartialEq for RosterRelationStanding
Auto Trait Implementations§
impl Freeze for RosterRelationStanding
impl RefUnwindSafe for RosterRelationStanding
impl Send for RosterRelationStanding
impl Sync for RosterRelationStanding
impl Unpin for RosterRelationStanding
impl UnsafeUnpin for RosterRelationStanding
impl UnwindSafe for RosterRelationStanding
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