pub struct AuthorizeReferenceInput {
pub user_id: String,
pub user: User,
pub session: Session,
pub reference_id: String,
pub action: AuthorizeReferenceAction,
}Fields§
§user_id: String§user: User§session: Session§reference_id: String§action: AuthorizeReferenceActionTrait Implementations§
Source§impl Clone for AuthorizeReferenceInput
impl Clone for AuthorizeReferenceInput
Source§fn clone(&self) -> AuthorizeReferenceInput
fn clone(&self) -> AuthorizeReferenceInput
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 AuthorizeReferenceInput
impl Debug for AuthorizeReferenceInput
impl Eq for AuthorizeReferenceInput
Source§impl PartialEq for AuthorizeReferenceInput
impl PartialEq for AuthorizeReferenceInput
Source§fn eq(&self, other: &AuthorizeReferenceInput) -> bool
fn eq(&self, other: &AuthorizeReferenceInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthorizeReferenceInput
Auto Trait Implementations§
impl Freeze for AuthorizeReferenceInput
impl RefUnwindSafe for AuthorizeReferenceInput
impl Send for AuthorizeReferenceInput
impl Sync for AuthorizeReferenceInput
impl Unpin for AuthorizeReferenceInput
impl UnsafeUnpin for AuthorizeReferenceInput
impl UnwindSafe for AuthorizeReferenceInput
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.