pub struct ListCmd { /* private fields */ }
Implementations§
Source§impl ListCmd
impl ListCmd
pub fn documents(&self) -> ListDocumentsCmd
pub fn items(&self) -> ListItemsCmd
pub fn users(&self) -> ListUsersCmd
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListCmd
impl RefUnwindSafe for ListCmd
impl Send for ListCmd
impl Sync for ListCmd
impl Unpin for ListCmd
impl UnwindSafe for ListCmd
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