pub struct UnwrapOr;Expand description
Function: bool:unwrap_or
Input: Option<bool>
- first argument: default bool
Returns bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnwrapOr
impl RefUnwindSafe for UnwrapOr
impl Send for UnwrapOr
impl Sync for UnwrapOr
impl Unpin for UnwrapOr
impl UnsafeUnpin for UnwrapOr
impl UnwindSafe for UnwrapOr
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