pub enum PushDataError {
BufferTooBig,
}Variants§
BufferTooBig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PushDataError
impl RefUnwindSafe for PushDataError
impl Send for PushDataError
impl Sync for PushDataError
impl Unpin for PushDataError
impl UnsafeUnpin for PushDataError
impl UnwindSafe for PushDataError
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