pub enum SlotCurrentUsage {
Other,
Unknown,
Available,
InUse,
Unavailable,
None,
}
Expand description
§System Slot Current Usage
Variants§
Other
Other
Unknown
Unknown
Available
Available
InUse
In use
Unavailable
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for SlotCurrentUsage
impl Debug for SlotCurrentUsage
Source§impl PartialEq for SlotCurrentUsage
impl PartialEq for SlotCurrentUsage
Source§impl Serialize for SlotCurrentUsage
impl Serialize for SlotCurrentUsage
impl Eq for SlotCurrentUsage
impl StructuralPartialEq for SlotCurrentUsage
Auto Trait Implementations§
impl Freeze for SlotCurrentUsage
impl RefUnwindSafe for SlotCurrentUsage
impl Send for SlotCurrentUsage
impl Sync for SlotCurrentUsage
impl Unpin for SlotCurrentUsage
impl UnwindSafe for SlotCurrentUsage
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