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