Struct musli_json::fixed_bytes::FixedBytesOverflow
source · #[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) -> Self
fn from(error: FixedBytesOverflow) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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