pub struct OauthClientId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OauthClientId
impl Clone for OauthClientId
Source§fn clone(&self) -> OauthClientId
fn clone(&self) -> OauthClientId
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 moreimpl Copy for OauthClientId
Source§impl Debug for OauthClientId
impl Debug for OauthClientId
Source§impl Display for OauthClientId
impl Display for OauthClientId
impl Eq for OauthClientId
Source§impl From<OauthClientId> for OauthClientIdRef
impl From<OauthClientId> for OauthClientIdRef
Source§fn from(id: OauthClientId) -> Self
fn from(id: OauthClientId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for OauthClientId
impl From<Uuid> for OauthClientId
Source§impl FromStr for OauthClientId
impl FromStr for OauthClientId
Source§impl Hash for OauthClientId
impl Hash for OauthClientId
Source§impl Ord for OauthClientId
impl Ord for OauthClientId
Source§fn cmp(&self, other: &OauthClientId) -> Ordering
fn cmp(&self, other: &OauthClientId) -> 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 OauthClientId
impl PartialEq for OauthClientId
Source§impl PartialOrd for OauthClientId
impl PartialOrd for OauthClientId
impl StructuralPartialEq for OauthClientId
Auto Trait Implementations§
impl Freeze for OauthClientId
impl RefUnwindSafe for OauthClientId
impl Send for OauthClientId
impl Sync for OauthClientId
impl Unpin for OauthClientId
impl UnsafeUnpin for OauthClientId
impl UnwindSafe for OauthClientId
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