Struct xmpp_parsers::pubsub::pubsub::Create
source · pub struct Create {
pub node: Option<NodeName>,
}
Expand description
Request to create a new node.
Fields§
§node: Option<NodeName>
The node name to create, if None
the service will generate one.
Trait Implementations§
source§impl PartialEq for Create
impl PartialEq 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