pub enum TestSizeArgument {
Over,
Under,
}Variants§
Trait Implementations§
Source§impl Clone for TestSizeArgument
impl Clone for TestSizeArgument
Source§fn clone(&self) -> TestSizeArgument
fn clone(&self) -> TestSizeArgument
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 TestSizeArgument
impl Debug for TestSizeArgument
Source§impl PartialEq for TestSizeArgument
impl PartialEq for TestSizeArgument
Source§impl Serialize for TestSizeArgument
impl Serialize for TestSizeArgument
impl Eq for TestSizeArgument
impl StructuralPartialEq for TestSizeArgument
Auto Trait Implementations§
impl Freeze for TestSizeArgument
impl RefUnwindSafe for TestSizeArgument
impl Send for TestSizeArgument
impl Sync for TestSizeArgument
impl Unpin for TestSizeArgument
impl UnwindSafe for TestSizeArgument
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