pub struct QDateTime(/* private fields */);Trait Implementations§
Source§impl Arbitrary for QDateTime
impl Arbitrary for QDateTime
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
Source§impl Ord for QDateTime
impl Ord for QDateTime
Source§impl PartialOrd for QDateTime
impl PartialOrd for QDateTime
impl Eq for QDateTime
impl StructuralPartialEq for QDateTime
Auto Trait Implementations§
impl Freeze for QDateTime
impl RefUnwindSafe for QDateTime
impl Send for QDateTime
impl Sync for QDateTime
impl Unpin for QDateTime
impl UnsafeUnpin for QDateTime
impl UnwindSafe for QDateTime
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