pub enum InstanceType {
Public,
FriendPlus,
Friends,
InvitePlus,
Invite,
Unknown,
}Variants§
Trait Implementations§
Source§impl Debug for InstanceType
impl Debug for InstanceType
Source§impl PartialEq for InstanceType
impl PartialEq for InstanceType
impl StructuralPartialEq for InstanceType
Auto Trait Implementations§
impl Freeze for InstanceType
impl RefUnwindSafe for InstanceType
impl Send for InstanceType
impl Sync for InstanceType
impl Unpin for InstanceType
impl UnwindSafe for InstanceType
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