pub struct ListChildrenResult {
pub items: Vec<DriveItem>,
pub next: Option<String>,
}Fields§
§items: Vec<DriveItem>§next: Option<String>Auto Trait Implementations§
impl Freeze for ListChildrenResult
impl RefUnwindSafe for ListChildrenResult
impl Send for ListChildrenResult
impl Sync for ListChildrenResult
impl Unpin for ListChildrenResult
impl UnsafeUnpin for ListChildrenResult
impl UnwindSafe for ListChildrenResult
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