pub struct SizeError {
pub x: usize,
pub y: usize,
}Fields§
§x: usize§y: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SizeError
impl RefUnwindSafe for SizeError
impl Send for SizeError
impl Sync for SizeError
impl Unpin for SizeError
impl UnwindSafe for SizeError
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