pub struct LeverDroppedWhileRaised;
Expand description
The lever was dropped while the gate was raised, so the gate will never be lowered again
Trait Implementations§
Source§impl Clone for LeverDroppedWhileRaised
impl Clone for LeverDroppedWhileRaised
Source§fn clone(&self) -> LeverDroppedWhileRaised
fn clone(&self) -> LeverDroppedWhileRaised
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LeverDroppedWhileRaised
impl Debug for LeverDroppedWhileRaised
Source§impl Display for LeverDroppedWhileRaised
impl Display for LeverDroppedWhileRaised
Source§impl Error for LeverDroppedWhileRaised
impl Error for LeverDroppedWhileRaised
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for LeverDroppedWhileRaised
Auto Trait Implementations§
impl Freeze for LeverDroppedWhileRaised
impl RefUnwindSafe for LeverDroppedWhileRaised
impl Send for LeverDroppedWhileRaised
impl Sync for LeverDroppedWhileRaised
impl Unpin for LeverDroppedWhileRaised
impl UnwindSafe for LeverDroppedWhileRaised
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