pub struct Sndb;Expand description
Returns the second argument of a boolean binary function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sndb
impl RefUnwindSafe for Sndb
impl Send for Sndb
impl Sync for Sndb
impl Unpin for Sndb
impl UnwindSafe for Sndb
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