pub struct SecretEndpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl SecretEndpoint
impl SecretEndpoint
pub fn new(http_client: HttpClientRef, id: Uuid) -> Self
pub fn get(&self) -> GetClientSecretBuilder
pub fn post(&self) -> RegenerateClientSecretBuilder
Trait Implementations§
Source§impl Debug for SecretEndpoint
impl Debug for SecretEndpoint
Source§impl From<&SecretEndpoint> for HttpClientRef
impl From<&SecretEndpoint> for HttpClientRef
Source§fn from(value: &SecretEndpoint) -> Self
fn from(value: &SecretEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&SecretEndpoint> for Uuid
impl From<&SecretEndpoint> for Uuid
Source§fn from(value: &SecretEndpoint) -> Self
fn from(value: &SecretEndpoint) -> Self
Converts to this type from the input type.
Source§impl SecretEndpointMethods for SecretEndpoint
impl SecretEndpointMethods for SecretEndpoint
fn get(&self) -> GetClientSecretBuilder
fn post(&self) -> RegenerateClientSecretBuilder
Auto Trait Implementations§
impl Freeze for SecretEndpoint
impl !RefUnwindSafe for SecretEndpoint
impl !Send for SecretEndpoint
impl !Sync for SecretEndpoint
impl Unpin for SecretEndpoint
impl !UnwindSafe for SecretEndpoint
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