pub struct DavListResponse {
pub accounts: Vec<DavAccount>,
}Expand description
Unified WebDAV list response
Fields§
§accounts: Vec<DavAccount>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DavListResponse
impl RefUnwindSafe for DavListResponse
impl Send for DavListResponse
impl Sync for DavListResponse
impl Unpin for DavListResponse
impl UnsafeUnpin for DavListResponse
impl UnwindSafe for DavListResponse
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