pub struct Prop {
pub display_name: String,
pub content_type: String,
pub last_modified: String,
pub content_length: u64,
pub collection: bool,
pub resource_type: Option<ResourceType>,
pub current_user_privilege_set: Option<CurrentUserPrivilegeSet>,
pub creationdate: Option<String>,
pub supportedlock: Option<SupportedLock>,
}Fields§
§display_name: String§content_type: String§last_modified: String§content_length: u64§collection: bool§resource_type: Option<ResourceType>§current_user_privilege_set: Option<CurrentUserPrivilegeSet>§creationdate: Option<String>§supportedlock: Option<SupportedLock>Implementations§
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
Auto Trait Implementations§
impl Freeze for Prop
impl RefUnwindSafe for Prop
impl Send for Prop
impl Sync for Prop
impl Unpin 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