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