pub struct MalformedSize {
pub size: usize,
pub expected: usize,
}
Fields§
§size: usize
§expected: usize
Trait Implementations§
Source§impl Clone for MalformedSize
impl Clone for MalformedSize
Source§fn clone(&self) -> MalformedSize
fn clone(&self) -> MalformedSize
Returns a duplicate of the value. Read more
1.0.0 · 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 MalformedSize
impl Debug for MalformedSize
Source§impl PartialEq for MalformedSize
impl PartialEq for MalformedSize
Source§impl PartialOrd for MalformedSize
impl PartialOrd for MalformedSize
impl Copy for MalformedSize
impl StructuralPartialEq for MalformedSize
Auto Trait Implementations§
impl Freeze for MalformedSize
impl RefUnwindSafe for MalformedSize
impl Send for MalformedSize
impl Sync for MalformedSize
impl Unpin for MalformedSize
impl UnwindSafe for MalformedSize
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