pub struct Prop {
pub displayname: Option<String>,
pub creationdate: Option<String>,
pub getcontentlength: Option<u64>,
pub getcontenttype: Option<String>,
pub getetag: Option<String>,
pub getlastmodified: Option<String>,
pub lockdiscovery: Option<String>,
pub resourcetype: Option<ResourceType>,
pub supportedlock: Option<String>,
}Fields§
§displayname: Option<String>§creationdate: Option<String>§getcontentlength: Option<u64>§getcontenttype: Option<String>§getetag: Option<String>§getlastmodified: Option<String>§lockdiscovery: Option<String>§resourcetype: Option<ResourceType>§supportedlock: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Prop
impl<'de> Deserialize<'de> for Prop
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Prop
Auto Trait Implementations§
impl Freeze for Prop
impl RefUnwindSafe for Prop
impl Send for Prop
impl Sync for Prop
impl Unpin for Prop
impl UnsafeUnpin for Prop
impl UnwindSafe for Prop
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