Enum xmpp::feature::ClientFeature
source · 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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClientFeature
Auto Trait Implementations§
impl RefUnwindSafe for ClientFeature
impl Send for ClientFeature
impl Sync for ClientFeature
impl Unpin 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