pub struct AlwaysFailure;Expand description
Always-failure leaf.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlwaysFailure
impl RefUnwindSafe for AlwaysFailure
impl Send for AlwaysFailure
impl Sync for AlwaysFailure
impl Unpin for AlwaysFailure
impl UnsafeUnpin for AlwaysFailure
impl UnwindSafe for AlwaysFailure
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