pub struct DateType {}
Implementations§
Source§impl DateType
impl DateType
pub fn new() -> DateType
pub fn read_from_in_protocol<T: TInputProtocol>( i_prot: &mut T, ) -> Result<DateType>
pub fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<usize>
Trait Implementations§
Source§impl Ord for DateType
impl Ord for DateType
Source§impl PartialOrd for DateType
impl PartialOrd for DateType
Source§impl ReadThrift for DateType
impl ReadThrift for DateType
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<DateType>
impl Copy for DateType
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
)