pub struct MessageChunkTooSmall;Expand description
Error returned if the chunk is too small, this indicates an error somewhere else.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageChunkTooSmall
impl RefUnwindSafe for MessageChunkTooSmall
impl Send for MessageChunkTooSmall
impl Sync for MessageChunkTooSmall
impl Unpin for MessageChunkTooSmall
impl UnsafeUnpin for MessageChunkTooSmall
impl UnwindSafe for MessageChunkTooSmall
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