pub struct EnrollOptions {
pub claims: Option<ClaimValues>,
pub idempotency_key: Option<String>,
}Fields§
§claims: Option<ClaimValues>§idempotency_key: Option<String>Trait Implementations§
Source§impl Clone for EnrollOptions
impl Clone for EnrollOptions
Source§fn clone(&self) -> EnrollOptions
fn clone(&self) -> EnrollOptions
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 EnrollOptions
impl Debug for EnrollOptions
Source§impl Default for EnrollOptions
impl Default for EnrollOptions
Source§fn default() -> EnrollOptions
fn default() -> EnrollOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnrollOptions
impl PartialEq for EnrollOptions
impl StructuralPartialEq for EnrollOptions
Auto Trait Implementations§
impl Freeze for EnrollOptions
impl RefUnwindSafe for EnrollOptions
impl Send for EnrollOptions
impl Sync for EnrollOptions
impl Unpin for EnrollOptions
impl UnsafeUnpin for EnrollOptions
impl UnwindSafe for EnrollOptions
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