pub struct UserCipherUseHandler { /* private fields */ }Implementations§
Source§impl UserCipherUseHandler
impl UserCipherUseHandler
pub fn new(client: FilesClient) -> Self
pub async fn list(&self) -> Result<Vec<UserCipherUseEntity>>
Auto Trait Implementations§
impl !RefUnwindSafe for UserCipherUseHandler
impl !UnwindSafe for UserCipherUseHandler
impl Freeze for UserCipherUseHandler
impl Send for UserCipherUseHandler
impl Sync for UserCipherUseHandler
impl Unpin for UserCipherUseHandler
impl UnsafeUnpin for UserCipherUseHandler
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