pub struct AuthifierErrorOneOf15 {
pub type: RHashType,
}Fields§
§type: RHashTypeImplementations§
Source§impl AuthifierErrorOneOf15
impl AuthifierErrorOneOf15
pub fn new(type: RHashType) -> AuthifierErrorOneOf15
Trait Implementations§
Source§impl Clone for AuthifierErrorOneOf15
impl Clone for AuthifierErrorOneOf15
Source§fn clone(&self) -> AuthifierErrorOneOf15
fn clone(&self) -> AuthifierErrorOneOf15
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 AuthifierErrorOneOf15
impl Debug for AuthifierErrorOneOf15
Source§impl Default for AuthifierErrorOneOf15
impl Default for AuthifierErrorOneOf15
Source§fn default() -> AuthifierErrorOneOf15
fn default() -> AuthifierErrorOneOf15
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthifierErrorOneOf15
impl<'de> Deserialize<'de> for AuthifierErrorOneOf15
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 AuthifierErrorOneOf15
impl PartialEq for AuthifierErrorOneOf15
Source§fn eq(&self, other: &AuthifierErrorOneOf15) -> bool
fn eq(&self, other: &AuthifierErrorOneOf15) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthifierErrorOneOf15
impl Serialize for AuthifierErrorOneOf15
impl StructuralPartialEq for AuthifierErrorOneOf15
Auto Trait Implementations§
impl Freeze for AuthifierErrorOneOf15
impl RefUnwindSafe for AuthifierErrorOneOf15
impl Send for AuthifierErrorOneOf15
impl Sync for AuthifierErrorOneOf15
impl Unpin for AuthifierErrorOneOf15
impl UnsafeUnpin for AuthifierErrorOneOf15
impl UnwindSafe for AuthifierErrorOneOf15
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