Struct xmpp_parsers::pubsub::owner::Redirect
source · pub struct Redirect {
pub uri: String,
}
Expand description
A redirect element.
Fields§
§uri: String
The node this node will be redirected to.
Trait Implementations§
source§impl PartialEq for Redirect
impl PartialEq for Redirect
impl StructuralPartialEq for Redirect
Auto Trait Implementations§
impl Freeze for Redirect
impl RefUnwindSafe for Redirect
impl Send for Redirect
impl Sync for Redirect
impl Unpin for Redirect
impl UnwindSafe for Redirect
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