Struct xmpp_parsers::muc::muc::Muc
source · pub struct Muc {
pub password: Option<String>,
pub history: Option<History>,
}
Expand description
Represents a room join request.
Fields§
§password: Option<String>
Password to use when the room is protected by a password.
history: Option<History>
Controls how much and how old we want to receive history on join.
Implementations§
Trait Implementations§
source§impl TryFrom<Element> for Muc
impl TryFrom<Element> for Muc
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl PresencePayload for Muc
impl StructuralPartialEq for Muc
Auto Trait Implementations§
impl Freeze for Muc
impl RefUnwindSafe for Muc
impl Send for Muc
impl Sync for Muc
impl Unpin for Muc
impl UnwindSafe for Muc
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
)