pub struct ProtectedResourceAuthorization {
pub carrier: AuthorizationCarrier,
pub scheme: CredentialScheme,
pub credentials: String,
}Fields§
§carrier: AuthorizationCarrier§scheme: CredentialScheme§credentials: StringTrait Implementations§
Source§impl Clone for ProtectedResourceAuthorization
impl Clone for ProtectedResourceAuthorization
Source§fn clone(&self) -> ProtectedResourceAuthorization
fn clone(&self) -> ProtectedResourceAuthorization
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<'de> Deserialize<'de> for ProtectedResourceAuthorization
impl<'de> Deserialize<'de> for ProtectedResourceAuthorization
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
impl Eq for ProtectedResourceAuthorization
impl StructuralPartialEq for ProtectedResourceAuthorization
Auto Trait Implementations§
impl Freeze for ProtectedResourceAuthorization
impl RefUnwindSafe for ProtectedResourceAuthorization
impl Send for ProtectedResourceAuthorization
impl Sync for ProtectedResourceAuthorization
impl Unpin for ProtectedResourceAuthorization
impl UnsafeUnpin for ProtectedResourceAuthorization
impl UnwindSafe for ProtectedResourceAuthorization
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