pub struct EtwinOauthScopesString(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EtwinOauthScopesString
impl Clone for EtwinOauthScopesString
Source§fn clone(&self) -> EtwinOauthScopesString
fn clone(&self) -> EtwinOauthScopesString
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 EtwinOauthScopesString
impl Debug for EtwinOauthScopesString
Source§impl Display for EtwinOauthScopesString
impl Display for EtwinOauthScopesString
impl Eq for EtwinOauthScopesString
Source§impl FromStr for EtwinOauthScopesString
impl FromStr for EtwinOauthScopesString
Source§impl Hash for EtwinOauthScopesString
impl Hash for EtwinOauthScopesString
Source§impl Ord for EtwinOauthScopesString
impl Ord for EtwinOauthScopesString
Source§fn cmp(&self, other: &EtwinOauthScopesString) -> Ordering
fn cmp(&self, other: &EtwinOauthScopesString) -> 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 EtwinOauthScopesString
impl PartialEq for EtwinOauthScopesString
Source§impl PartialOrd for EtwinOauthScopesString
impl PartialOrd for EtwinOauthScopesString
impl StructuralPartialEq for EtwinOauthScopesString
Auto Trait Implementations§
impl Freeze for EtwinOauthScopesString
impl RefUnwindSafe for EtwinOauthScopesString
impl Send for EtwinOauthScopesString
impl Sync for EtwinOauthScopesString
impl Unpin for EtwinOauthScopesString
impl UnsafeUnpin for EtwinOauthScopesString
impl UnwindSafe for EtwinOauthScopesString
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