pub enum ClientFeature {
Avatars,
ContactList,
JoinRooms,
}Variants§
Trait Implementations§
Source§impl PartialEq for ClientFeature
impl PartialEq for ClientFeature
Source§fn eq(&self, other: &ClientFeature) -> bool
fn eq(&self, other: &ClientFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientFeature
Auto Trait Implementations§
impl Freeze for ClientFeature
impl RefUnwindSafe for ClientFeature
impl Send for ClientFeature
impl Sync for ClientFeature
impl Unpin for ClientFeature
impl UnsafeUnpin for ClientFeature
impl UnwindSafe for ClientFeature
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