pub enum SubscriptionTrustLevel {
Trusted,
Normal,
Untrusted,
}Variants§
Trait Implementations§
Source§impl Clone for SubscriptionTrustLevel
impl Clone for SubscriptionTrustLevel
Source§fn clone(&self) -> SubscriptionTrustLevel
fn clone(&self) -> SubscriptionTrustLevel
Returns a duplicate of the value. Read more
1.0.0 · 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 SubscriptionTrustLevel
impl Debug for SubscriptionTrustLevel
Source§impl Default for SubscriptionTrustLevel
impl Default for SubscriptionTrustLevel
Source§fn default() -> SubscriptionTrustLevel
fn default() -> SubscriptionTrustLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubscriptionTrustLevel
impl<'de> Deserialize<'de> for SubscriptionTrustLevel
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
Source§impl PartialEq for SubscriptionTrustLevel
impl PartialEq for SubscriptionTrustLevel
Source§impl Serialize for SubscriptionTrustLevel
impl Serialize for SubscriptionTrustLevel
impl Copy for SubscriptionTrustLevel
impl Eq for SubscriptionTrustLevel
impl StructuralPartialEq for SubscriptionTrustLevel
Auto Trait Implementations§
impl Freeze for SubscriptionTrustLevel
impl RefUnwindSafe for SubscriptionTrustLevel
impl Send for SubscriptionTrustLevel
impl Sync for SubscriptionTrustLevel
impl Unpin for SubscriptionTrustLevel
impl UnsafeUnpin for SubscriptionTrustLevel
impl UnwindSafe for SubscriptionTrustLevel
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