pub enum RackType {
Unspecified,
OpenU,
None,
}Expand description
§Rack Type
Variants§
Trait Implementations§
impl Copy for RackType
impl Eq for RackType
impl StructuralPartialEq for RackType
Auto Trait Implementations§
impl Freeze for RackType
impl RefUnwindSafe for RackType
impl Send for RackType
impl Sync for RackType
impl Unpin for RackType
impl UnsafeUnpin for RackType
impl UnwindSafe for RackType
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