pub enum SettingsError {
ZeroHistoryCapacity,
ZeroBroadcastCapacity,
}Variants§
Trait Implementations§
Source§impl Clone for SettingsError
impl Clone for SettingsError
Source§fn clone(&self) -> SettingsError
fn clone(&self) -> SettingsError
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 moreSource§impl Debug for SettingsError
impl Debug for SettingsError
Source§impl PartialEq for SettingsError
impl PartialEq for SettingsError
Source§fn eq(&self, other: &SettingsError) -> bool
fn eq(&self, other: &SettingsError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SettingsError
impl StructuralPartialEq for SettingsError
Auto Trait Implementations§
impl Freeze for SettingsError
impl RefUnwindSafe for SettingsError
impl Send for SettingsError
impl Sync for SettingsError
impl Unpin for SettingsError
impl UnsafeUnpin for SettingsError
impl UnwindSafe for SettingsError
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