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