pub enum StreamDataParseError {
TooShort,
}Variants§
TooShort
Trait Implementations§
Source§impl Clone for StreamDataParseError
impl Clone for StreamDataParseError
Source§fn clone(&self) -> StreamDataParseError
fn clone(&self) -> StreamDataParseError
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 StreamDataParseError
Source§impl Debug for StreamDataParseError
impl Debug for StreamDataParseError
impl Eq for StreamDataParseError
Source§impl PartialEq for StreamDataParseError
impl PartialEq for StreamDataParseError
impl StructuralPartialEq for StreamDataParseError
Auto Trait Implementations§
impl Freeze for StreamDataParseError
impl RefUnwindSafe for StreamDataParseError
impl Send for StreamDataParseError
impl Sync for StreamDataParseError
impl Unpin for StreamDataParseError
impl UnsafeUnpin for StreamDataParseError
impl UnwindSafe for StreamDataParseError
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