pub struct ApiKeyCurrentHandler { /* private fields */ }
Implementations§
Source§impl ApiKeyCurrentHandler
impl ApiKeyCurrentHandler
pub fn new(client: FilesClient) -> Self
pub async fn get_current(&self) -> Result<ApiKeyCurrentEntity>
pub async fn update(&self, params: Value) -> Result<ApiKeyCurrentEntity>
pub async fn delete(&self) -> Result<()>
Auto Trait Implementations§
impl Freeze for ApiKeyCurrentHandler
impl !RefUnwindSafe for ApiKeyCurrentHandler
impl Send for ApiKeyCurrentHandler
impl Sync for ApiKeyCurrentHandler
impl Unpin for ApiKeyCurrentHandler
impl !UnwindSafe for ApiKeyCurrentHandler
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