pub struct RfcOauthAccessTokenKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RfcOauthAccessTokenKey
impl Clone for RfcOauthAccessTokenKey
Source§fn clone(&self) -> RfcOauthAccessTokenKey
fn clone(&self) -> RfcOauthAccessTokenKey
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 RfcOauthAccessTokenKey
impl Debug for RfcOauthAccessTokenKey
Source§impl Display for RfcOauthAccessTokenKey
impl Display for RfcOauthAccessTokenKey
impl Eq for RfcOauthAccessTokenKey
Source§impl FromStr for RfcOauthAccessTokenKey
impl FromStr for RfcOauthAccessTokenKey
Source§impl Hash for RfcOauthAccessTokenKey
impl Hash for RfcOauthAccessTokenKey
Source§impl Ord for RfcOauthAccessTokenKey
impl Ord for RfcOauthAccessTokenKey
Source§fn cmp(&self, other: &RfcOauthAccessTokenKey) -> Ordering
fn cmp(&self, other: &RfcOauthAccessTokenKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RfcOauthAccessTokenKey
impl PartialEq for RfcOauthAccessTokenKey
Source§impl PartialOrd for RfcOauthAccessTokenKey
impl PartialOrd for RfcOauthAccessTokenKey
impl StructuralPartialEq for RfcOauthAccessTokenKey
Auto Trait Implementations§
impl Freeze for RfcOauthAccessTokenKey
impl RefUnwindSafe for RfcOauthAccessTokenKey
impl Send for RfcOauthAccessTokenKey
impl Sync for RfcOauthAccessTokenKey
impl Unpin for RfcOauthAccessTokenKey
impl UnsafeUnpin for RfcOauthAccessTokenKey
impl UnwindSafe for RfcOauthAccessTokenKey
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