Struct webdav_request::parse::Propstat
source · pub struct Propstat {
pub status: String,
/* private fields */
}Fields§
§status: StringMethods from Deref<Target = Prop>§
pub fn is_collection(&self) -> bool
Trait Implementations§
source§impl<'de> Deserialize<'de> for Propstat
impl<'de> Deserialize<'de> for Propstat
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 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