pub enum StreamDataWriteError {
BufferTooShort,
}Variants§
BufferTooShort
Trait Implementations§
Source§impl Clone for StreamDataWriteError
impl Clone for StreamDataWriteError
Source§fn clone(&self) -> StreamDataWriteError
fn clone(&self) -> StreamDataWriteError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamDataWriteError
Source§impl Debug for StreamDataWriteError
impl Debug for StreamDataWriteError
impl Eq for StreamDataWriteError
Source§impl PartialEq for StreamDataWriteError
impl PartialEq for StreamDataWriteError
impl StructuralPartialEq for StreamDataWriteError
Auto Trait Implementations§
impl Freeze for StreamDataWriteError
impl RefUnwindSafe for StreamDataWriteError
impl Send for StreamDataWriteError
impl Sync for StreamDataWriteError
impl Unpin for StreamDataWriteError
impl UnsafeUnpin for StreamDataWriteError
impl UnwindSafe for StreamDataWriteError
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