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