Enum xmpp_parsers::muc::user::Role
source · pub enum Role {
Moderator,
Participant,
Visitor,
None,
}
Expand description
The current role of an entity in a room, it can be changed by an owner or an administrator but will be lost once they leave the room.
Variants§
Moderator
This user can kick other participants, as well as grant and revoke them voice.
Participant
A user who can speak in this room.
Visitor
A user who cannot speak in this room, and must request voice before doing so.
None
A user who is absent from the room.
Trait Implementations§
source§impl FromXmlText for Role
impl FromXmlText for Role
source§impl IntoAttributeValue for Role
impl IntoAttributeValue for Role
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl IntoXmlText for Role
impl IntoXmlText for Role
source§impl PartialEq for Role
impl PartialEq for Role
impl StructuralPartialEq for Role
Auto Trait Implementations§
impl Freeze for Role
impl RefUnwindSafe for Role
impl Send for Role
impl Sync for Role
impl Unpin for Role
impl UnwindSafe for Role
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)