pub struct GetClientSecret {
pub client_id: Uuid,
/* private fields */
}
Fields§
§client_id: Uuid
Implementations§
Source§impl GetClientSecret
impl GetClientSecret
Sourcepub async fn send(&self) -> ApiClientSecretResponse
pub async fn send(&self) -> ApiClientSecretResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetClientSecret
impl Clone for GetClientSecret
Source§fn clone(&self) -> GetClientSecret
fn clone(&self) -> GetClientSecret
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetClientSecret
impl Debug for GetClientSecret
Auto Trait Implementations§
impl Freeze for GetClientSecret
impl !RefUnwindSafe for GetClientSecret
impl !Send for GetClientSecret
impl !Sync for GetClientSecret
impl Unpin for GetClientSecret
impl !UnwindSafe for GetClientSecret
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