pub struct RevokeOptions {
pub all_grant_types: bool,
pub credential_id: Option<String>,
pub grant_type: Option<GrantType>,
pub idempotency_key: Option<String>,
}Fields§
§all_grant_types: bool§credential_id: Option<String>§grant_type: Option<GrantType>§idempotency_key: Option<String>Trait Implementations§
Source§impl Clone for RevokeOptions
impl Clone for RevokeOptions
Source§fn clone(&self) -> RevokeOptions
fn clone(&self) -> RevokeOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RevokeOptions
impl Debug for RevokeOptions
Source§impl Default for RevokeOptions
impl Default for RevokeOptions
Source§fn default() -> RevokeOptions
fn default() -> RevokeOptions
Returns the “default value” for a type. Read more
impl Eq for RevokeOptions
Source§impl PartialEq for RevokeOptions
impl PartialEq for RevokeOptions
impl StructuralPartialEq for RevokeOptions
Auto Trait Implementations§
impl Freeze for RevokeOptions
impl RefUnwindSafe for RevokeOptions
impl Send for RevokeOptions
impl Sync for RevokeOptions
impl Unpin for RevokeOptions
impl UnsafeUnpin for RevokeOptions
impl UnwindSafe for RevokeOptions
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