pub struct DateType {}
Implementations§
Trait Implementations§
Source§impl Ord for DateType
impl Ord for DateType
Source§impl PartialOrd for DateType
impl PartialOrd for DateType
Source§impl TSerializable for DateType
impl TSerializable for DateType
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<DateType>
fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<()>
impl Eq for DateType
impl StructuralPartialEq for DateType
Auto Trait Implementations§
impl Freeze for DateType
impl RefUnwindSafe for DateType
impl Send for DateType
impl Sync for DateType
impl Unpin for DateType
impl UnwindSafe for DateType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)