Struct webauthn_rs::base64_data::Base64UrlSafeData [−][src]
Expand description
A container for binary that should be base64 encoded in serialisation. In reverse when deserializing, will decode from many different types of base64 possible.
Tuple Fields
0: Vec<u8>Trait Implementations
fn deserialize<D>(
deserializer: D
) -> Result<Self, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<Self, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Base64UrlSafeData
impl Send for Base64UrlSafeData
impl Sync for Base64UrlSafeData
impl Unpin for Base64UrlSafeData
impl UnwindSafe for Base64UrlSafeData
Blanket Implementations
Mutably borrows from an owned value. Read more