Struct webdav_request::parse::FileTree
source · pub struct FileTree {
pub href: String,
pub filename: String,
pub children: Vec<FileNode>,
}Fields§
§href: String§filename: String§children: Vec<FileNode>Trait Implementations§
source§impl From<Multistatus> for FileTree
impl From<Multistatus> for FileTree
source§fn from(value: Multistatus) -> Self
fn from(value: Multistatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FileTree
impl RefUnwindSafe for FileTree
impl Send for FileTree
impl Sync for FileTree
impl Unpin for FileTree
impl UnwindSafe for FileTree
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