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