pub enum AddUnitError {
FullRack,
}
Expand description
An enumeration of possible errors which can happen when adding a new value to a Rack.
Variants§
Trait Implementations§
Source§impl Debug for AddUnitError
impl Debug for AddUnitError
Auto Trait Implementations§
impl Freeze for AddUnitError
impl RefUnwindSafe for AddUnitError
impl Send for AddUnitError
impl Sync for AddUnitError
impl Unpin for AddUnitError
impl UnwindSafe for AddUnitError
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