pub struct AuthorizationRequest {
pub tenant_id: Uuid,
}Fields§
§tenant_id: UuidImplementations§
Source§impl AuthorizationRequest
impl AuthorizationRequest
pub fn new(tenant_id: Uuid) -> AuthorizationRequest
Trait Implementations§
Source§impl Clone for AuthorizationRequest
impl Clone for AuthorizationRequest
Source§fn clone(&self) -> AuthorizationRequest
fn clone(&self) -> AuthorizationRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthorizationRequest
impl Debug for AuthorizationRequest
Source§impl Default for AuthorizationRequest
impl Default for AuthorizationRequest
Source§fn default() -> AuthorizationRequest
fn default() -> AuthorizationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationRequest
impl<'de> Deserialize<'de> for AuthorizationRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuthorizationRequest
impl PartialEq for AuthorizationRequest
Source§impl Serialize for AuthorizationRequest
impl Serialize for AuthorizationRequest
impl StructuralPartialEq for AuthorizationRequest
Auto Trait Implementations§
impl Freeze for AuthorizationRequest
impl RefUnwindSafe for AuthorizationRequest
impl Send for AuthorizationRequest
impl Sync for AuthorizationRequest
impl Unpin for AuthorizationRequest
impl UnwindSafe for AuthorizationRequest
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