Struct ya_client_model::node_id::InvalidLengthError
source · [−]pub struct InvalidLengthError { /* private fields */ }Trait Implementations
sourceimpl Clone for InvalidLengthError
impl Clone for InvalidLengthError
sourcefn clone(&self) -> InvalidLengthError
fn clone(&self) -> InvalidLengthError
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 more
sourceimpl Debug for InvalidLengthError
impl Debug for InvalidLengthError
sourceimpl<'de> Deserialize<'de> for InvalidLengthError
impl<'de> Deserialize<'de> for InvalidLengthError
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 InvalidLengthError
impl Display for InvalidLengthError
sourceimpl Error for InvalidLengthError
impl Error for InvalidLengthError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidLengthError> for InvalidLengthError
impl PartialEq<InvalidLengthError> for InvalidLengthError
sourcefn eq(&self, other: &InvalidLengthError) -> bool
fn eq(&self, other: &InvalidLengthError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for InvalidLengthError
impl Serialize for InvalidLengthError
impl StructuralPartialEq for InvalidLengthError
Auto Trait Implementations
impl RefUnwindSafe for InvalidLengthError
impl Send for InvalidLengthError
impl Sync for InvalidLengthError
impl Unpin for InvalidLengthError
impl UnwindSafe for InvalidLengthError
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