pub struct RegenerateClientSecret {
pub client_id: Uuid,
/* private fields */
}
Fields§
§client_id: Uuid
Implementations§
Source§impl RegenerateClientSecret
impl RegenerateClientSecret
Sourcepub async fn send(&self) -> ApiClientSecretResponse
pub async fn send(&self) -> ApiClientSecretResponse
Send the request.
Trait Implementations§
Source§impl Clone for RegenerateClientSecret
impl Clone for RegenerateClientSecret
Source§fn clone(&self) -> RegenerateClientSecret
fn clone(&self) -> RegenerateClientSecret
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 RegenerateClientSecret
impl Debug for RegenerateClientSecret
Auto Trait Implementations§
impl Freeze for RegenerateClientSecret
impl !RefUnwindSafe for RegenerateClientSecret
impl !Send for RegenerateClientSecret
impl !Sync for RegenerateClientSecret
impl Unpin for RegenerateClientSecret
impl !UnwindSafe for RegenerateClientSecret
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