pub struct Include(/* private fields */);
Expand description
The include
XML element as defined in RFC 4918.
Trait Implementations§
Source§impl Element for Include
impl Element for Include
Source§const LOCAL_NAME: &'static str = "include"
const LOCAL_NAME: &'static str = "include"
The local name of the element (the name inside the namespace), e.g.
multistatus
impl StructuralPartialEq for Include
Auto Trait Implementations§
impl Freeze for Include
impl RefUnwindSafe for Include
impl Send for Include
impl Sync for Include
impl Unpin for Include
impl UnwindSafe for Include
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