pub struct WhenMaybeF<V: Value>(/* private fields */);Trait Implementations§
Source§impl<V: Clone + Value> Clone for WhenMaybeF<V>
impl<V: Clone + Value> Clone for WhenMaybeF<V>
Source§fn clone(&self) -> WhenMaybeF<V>
fn clone(&self) -> WhenMaybeF<V>
Returns a duplicate 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<V: Default + Value> Default for WhenMaybeF<V>
impl<V: Default + Value> Default for WhenMaybeF<V>
Source§fn default() -> WhenMaybeF<V>
fn default() -> WhenMaybeF<V>
Returns the “default value” for a type. Read more
impl<V: Copy + Value> Copy for WhenMaybeF<V>
Auto Trait Implementations§
impl<V> Freeze for WhenMaybeF<V>
impl<V> RefUnwindSafe for WhenMaybeF<V>where
V: RefUnwindSafe,
impl<V> Send for WhenMaybeF<V>where
V: Send,
impl<V> Sync for WhenMaybeF<V>where
V: Sync,
impl<V> Unpin for WhenMaybeF<V>where
V: Unpin,
impl<V> UnwindSafe for WhenMaybeF<V>where
V: UnwindSafe,
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