#[non_exhaustive]pub struct FixedBytesOverflow { /* private fields */ }Expand description
Capacity error raised by trying to write to a FixedBytes with no remaining capacity.
Trait Implementations§
Source§impl Debug for FixedBytesOverflow
impl Debug for FixedBytesOverflow
Source§impl Display for FixedBytesOverflow
impl Display for FixedBytesOverflow
Source§impl From<FixedBytesOverflow> for Error
impl From<FixedBytesOverflow> for Error
Source§fn from(error: FixedBytesOverflow) -> Error
fn from(error: FixedBytesOverflow) -> Error
Converts to this type from the input type.
Source§impl From<FixedBytesOverflow> for Error
impl From<FixedBytesOverflow> for Error
Source§fn from(error: FixedBytesOverflow) -> Error
fn from(error: FixedBytesOverflow) -> Error
Converts to this type from the input type.
Source§impl From<FixedBytesOverflow> for Error
impl From<FixedBytesOverflow> for Error
Source§fn from(error: FixedBytesOverflow) -> Error
fn from(error: FixedBytesOverflow) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FixedBytesOverflow
impl RefUnwindSafe for FixedBytesOverflow
impl Send for FixedBytesOverflow
impl Sync for FixedBytesOverflow
impl Unpin for FixedBytesOverflow
impl UnwindSafe for FixedBytesOverflow
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