pub struct MaybeValid;Trait Implementations§
Source§impl Clone for MaybeValid
impl Clone for MaybeValid
Source§fn clone(&self) -> MaybeValid
fn clone(&self) -> MaybeValid
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 Debug for MaybeValid
impl Debug for MaybeValid
Source§impl PartialEq for MaybeValid
impl PartialEq for MaybeValid
impl Copy for MaybeValid
impl Eq for MaybeValid
impl StructuralPartialEq for MaybeValid
Auto Trait Implementations§
impl Freeze for MaybeValid
impl RefUnwindSafe for MaybeValid
impl Send for MaybeValid
impl Sync for MaybeValid
impl Unpin for MaybeValid
impl UnwindSafe for MaybeValid
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