pub struct Propstat {
pub prop: Properties,
pub status: Status,
pub responsedescription: Option<ResponseDescription>,
}
Expand description
The propstat
XML element as defined in RFC 4918.
Fields§
§prop: Properties
§status: Status
§responsedescription: Option<ResponseDescription>
Trait Implementations§
Source§impl Element for Propstat
impl Element for Propstat
Source§const LOCAL_NAME: &'static str = "propstat"
const LOCAL_NAME: &'static str = "propstat"
The local name of the element (the name inside the namespace), e.g.
multistatus
impl StructuralPartialEq for Propstat
Auto Trait Implementations§
impl !Freeze for Propstat
impl RefUnwindSafe for Propstat
impl Send for Propstat
impl Sync for Propstat
impl Unpin for Propstat
impl UnwindSafe for Propstat
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