pub struct PropertyMulti {
pub resources: Vec<PropertyResource>,
pub description: Option<String>,
}Expand description
Multi-Status Response RFC 4918 section 14.3
Specifically the second distinct format for responses
from PROPFIND and PROPPATCH.
The response can contain multiple resources when
the depth request was 1 or infinity.
Fields§
§resources: Vec<PropertyResource>§description: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyMulti
impl RefUnwindSafe for PropertyMulti
impl Send for PropertyMulti
impl Sync for PropertyMulti
impl Unpin for PropertyMulti
impl UnsafeUnpin for PropertyMulti
impl UnwindSafe for PropertyMulti
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