pub struct NegativeInput;Expand description
Erreur retournée pour une entrée négative.
Trait Implementations§
Source§impl Clone for NegativeInput
impl Clone for NegativeInput
Source§fn clone(&self) -> NegativeInput
fn clone(&self) -> NegativeInput
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 NegativeInput
impl Debug for NegativeInput
Source§impl PartialEq for NegativeInput
impl PartialEq for NegativeInput
impl Copy for NegativeInput
impl Eq for NegativeInput
impl StructuralPartialEq for NegativeInput
Auto Trait Implementations§
impl Freeze for NegativeInput
impl RefUnwindSafe for NegativeInput
impl Send for NegativeInput
impl Sync for NegativeInput
impl Unpin for NegativeInput
impl UnsafeUnpin for NegativeInput
impl UnwindSafe for NegativeInput
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