pub enum GatesError {
OutsideBounds,
Unaligned,
}
Variants§
Auto Trait Implementations§
impl Freeze for GatesError
impl ObjSafe for GatesError
impl RefUnwindSafe for GatesError
impl Send for GatesError
impl StoreCopy for GatesError
impl Sync for GatesError
impl Unpin for GatesError
impl UnwindSafe for GatesError
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