pub struct GrantResult {
pub credential: Option<BuiltInGrantResponse>,
pub grant_type: GrantType,
pub raw: Value,
}Fields§
§credential: Option<BuiltInGrantResponse>§grant_type: GrantType§raw: ValueTrait Implementations§
Source§impl Clone for GrantResult
impl Clone for GrantResult
Source§fn clone(&self) -> GrantResult
fn clone(&self) -> GrantResult
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 GrantResult
impl Debug for GrantResult
Source§impl PartialEq for GrantResult
impl PartialEq for GrantResult
impl StructuralPartialEq for GrantResult
Auto Trait Implementations§
impl Freeze for GrantResult
impl RefUnwindSafe for GrantResult
impl Send for GrantResult
impl Sync for GrantResult
impl Unpin for GrantResult
impl UnsafeUnpin for GrantResult
impl UnwindSafe for GrantResult
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