pub enum MatrixApiScopeToken {
Full,
Guest,
Custom(PrivString),
}Expand description
Tokens to define the scope of an access to the Matrix Client-Server API.
Variants§
Full
*
Access the full Client-Server API.
Guest
guest
Access the Client-Server API as a guest.
Custom(PrivString)
Another scope token.
To access it’s value use this type’s Display implementation.
Trait Implementations§
Source§impl Clone for MatrixApiScopeToken
impl Clone for MatrixApiScopeToken
Source§fn clone(&self) -> MatrixApiScopeToken
fn clone(&self) -> MatrixApiScopeToken
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 MatrixApiScopeToken
impl Debug for MatrixApiScopeToken
Source§impl Display for MatrixApiScopeToken
impl Display for MatrixApiScopeToken
impl Eq for MatrixApiScopeToken
Source§impl FromStr for MatrixApiScopeToken
impl FromStr for MatrixApiScopeToken
Source§impl Hash for MatrixApiScopeToken
impl Hash for MatrixApiScopeToken
Source§impl Ord for MatrixApiScopeToken
impl Ord for MatrixApiScopeToken
Source§fn cmp(&self, other: &MatrixApiScopeToken) -> Ordering
fn cmp(&self, other: &MatrixApiScopeToken) -> 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 MatrixApiScopeToken
impl PartialEq for MatrixApiScopeToken
Source§fn eq(&self, other: &MatrixApiScopeToken) -> bool
fn eq(&self, other: &MatrixApiScopeToken) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MatrixApiScopeToken
impl PartialOrd for MatrixApiScopeToken
impl StructuralPartialEq for MatrixApiScopeToken
Auto Trait Implementations§
impl Freeze for MatrixApiScopeToken
impl RefUnwindSafe for MatrixApiScopeToken
impl Send for MatrixApiScopeToken
impl Sync for MatrixApiScopeToken
impl Unpin for MatrixApiScopeToken
impl UnsafeUnpin for MatrixApiScopeToken
impl UnwindSafe for MatrixApiScopeToken
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.