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
source§fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<DateType>
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<DateType>
Reads the struct from the input Thrift protocol
source§fn write_to_out_protocol<T: TOutputProtocol>(
&self,
o_prot: &mut T,
) -> Result<()>
fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<()>
Writes the struct to the output Thrift protocol
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)