Struct xmpp_parsers::mix::Create
source · pub struct Create {
pub channel: Option<ChannelId>,
}
Expand description
Create a new MIX channel.
Fields§
§channel: Option<ChannelId>
The requested channel identifier.
Implementations§
Trait Implementations§
source§impl PartialEq for Create
impl PartialEq for Create
impl IqResultPayload for Create
impl IqSetPayload for Create
impl StructuralPartialEq for Create
Auto Trait Implementations§
impl RefUnwindSafe for Create
impl Send for Create
impl Sync for Create
impl Unpin for Create
impl UnwindSafe for Create
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