pub struct TestSize {
pub argument: Option<TestSizeArgument>,
pub value: Option<LiteralTypes>,
pub quantifier: Option<Quantifiers>,
}
Fields§
§argument: Option<TestSizeArgument>
§value: Option<LiteralTypes>
§quantifier: Option<Quantifiers>
Trait Implementations§
impl Eq for TestSize
impl StructuralPartialEq for TestSize
Auto Trait Implementations§
impl Freeze for TestSize
impl RefUnwindSafe for TestSize
impl Send for TestSize
impl Sync for TestSize
impl Unpin for TestSize
impl UnwindSafe for TestSize
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