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 !RefUnwindSafe for ApiKeyCurrentHandler
impl !UnwindSafe for ApiKeyCurrentHandler
impl Freeze for ApiKeyCurrentHandler
impl Send for ApiKeyCurrentHandler
impl Sync for ApiKeyCurrentHandler
impl Unpin for ApiKeyCurrentHandler
impl UnsafeUnpin 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