Enum primitives::analytics::AuthenticateAs
source · pub enum AuthenticateAs {
Advertiser(ValidatorId),
Publisher(ValidatorId),
}
Variants
Advertiser(ValidatorId)
Publisher(ValidatorId)
Trait Implementations
sourceimpl Clone for AuthenticateAs
impl Clone for AuthenticateAs
sourcefn clone(&self) -> AuthenticateAs
fn clone(&self) -> AuthenticateAs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AuthenticateAs
impl Debug for AuthenticateAs
sourceimpl<'de> Deserialize<'de> for AuthenticateAs
impl<'de> Deserialize<'de> for AuthenticateAs
sourcefn 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
sourceimpl Display for AuthenticateAs
impl Display for AuthenticateAs
sourceimpl Serialize for AuthenticateAs
impl Serialize for AuthenticateAs
impl Copy for AuthenticateAs
Auto Trait Implementations
impl RefUnwindSafe for AuthenticateAs
impl Send for AuthenticateAs
impl Sync for AuthenticateAs
impl Unpin for AuthenticateAs
impl UnwindSafe for AuthenticateAs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more