#[repr(u8)]pub enum SerializeError {
BufferTooSmall = 0,
}
Expand description
Represents serialization errors for PRNGs.
Variants§
BufferTooSmall = 0
Trait Implementations§
Source§impl Clone for SerializeError
impl Clone for SerializeError
Source§fn clone(&self) -> SerializeError
fn clone(&self) -> SerializeError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SerializeError
impl Debug for SerializeError
Source§impl Hash for SerializeError
impl Hash for SerializeError
Source§impl PartialEq for SerializeError
impl PartialEq for SerializeError
Source§impl ReprC for SerializeError
impl ReprC for SerializeError
impl Copy for SerializeError
impl Eq for SerializeError
impl StructuralPartialEq for SerializeError
Auto Trait Implementations§
impl Freeze for SerializeError
impl RefUnwindSafe for SerializeError
impl Send for SerializeError
impl Sync for SerializeError
impl Unpin for SerializeError
impl UnwindSafe for SerializeError
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