pub struct ClientReferenceInput {
pub user: Option<User>,
pub session: Option<Session>,
}Expand description
Input passed to the OAuth client reference resolver.
Fields§
§user: Option<User>§session: Option<Session>Trait Implementations§
Source§impl Clone for ClientReferenceInput
impl Clone for ClientReferenceInput
Source§fn clone(&self) -> ClientReferenceInput
fn clone(&self) -> ClientReferenceInput
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 ClientReferenceInput
impl Debug for ClientReferenceInput
Source§impl PartialEq for ClientReferenceInput
impl PartialEq for ClientReferenceInput
Source§fn eq(&self, other: &ClientReferenceInput) -> bool
fn eq(&self, other: &ClientReferenceInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClientReferenceInput
impl StructuralPartialEq for ClientReferenceInput
Auto Trait Implementations§
impl Freeze for ClientReferenceInput
impl RefUnwindSafe for ClientReferenceInput
impl Send for ClientReferenceInput
impl Sync for ClientReferenceInput
impl Unpin for ClientReferenceInput
impl UnsafeUnpin for ClientReferenceInput
impl UnwindSafe for ClientReferenceInput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.