pub struct Created {
pub address: Option<BareJid>,
}
Expand description
GC3 group was created successfully.
Fields§
§address: Option<BareJid>
Address of the created GC3 group.
This is omitted by the server if the Create
was sent to a JID with
localpart included.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Created
impl RefUnwindSafe for Created
impl Send for Created
impl Sync for Created
impl Unpin for Created
impl UnwindSafe for Created
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