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