pub struct Create;
Expand description
Request to create a new GC3 Group.
This may be sent to the domain JID of a GC3 service in order to let the service allocate a group address. It may also be sent to a valid group address on a GC3 service in order to request that specific address.
In either case, this must be sent as IQ set
payload.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Create
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