pub struct IdentityMaterialLengthError {
pub expected: usize,
pub found: usize,
}Fields§
§expected: usize§found: usizeTrait Implementations§
Source§impl Clone for IdentityMaterialLengthError
impl Clone for IdentityMaterialLengthError
Source§fn clone(&self) -> IdentityMaterialLengthError
fn clone(&self) -> IdentityMaterialLengthError
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 moreimpl Copy for IdentityMaterialLengthError
Source§impl Debug for IdentityMaterialLengthError
impl Debug for IdentityMaterialLengthError
impl Eq for IdentityMaterialLengthError
Source§impl Error for IdentityMaterialLengthError
Available on crate feature std only.
impl Error for IdentityMaterialLengthError
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
impl StructuralPartialEq for IdentityMaterialLengthError
Auto Trait Implementations§
impl Freeze for IdentityMaterialLengthError
impl RefUnwindSafe for IdentityMaterialLengthError
impl Send for IdentityMaterialLengthError
impl Sync for IdentityMaterialLengthError
impl Unpin for IdentityMaterialLengthError
impl UnsafeUnpin for IdentityMaterialLengthError
impl UnwindSafe for IdentityMaterialLengthError
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