Struct xmpp_parsers::pubsub::pubsub::Default
source · pub struct Default {
pub node: Option<NodeName>,
}
Expand description
Request for a default node configuration.
Fields§
§node: Option<NodeName>
The node targeted by this request, otherwise the entire service.
Trait Implementations§
source§impl PartialEq for Default
impl PartialEq for Default
impl StructuralPartialEq for Default
Auto Trait Implementations§
impl Freeze for Default
impl RefUnwindSafe for Default
impl Send for Default
impl Sync for Default
impl Unpin for Default
impl UnwindSafe for Default
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