pub struct EnumType {}
Implementations§
Source§impl EnumType
impl EnumType
pub fn new() -> EnumType
pub fn read_from_in_protocol<T: TInputProtocol>( i_prot: &mut T, ) -> Result<EnumType>
pub fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<usize>
Trait Implementations§
Source§impl Ord for EnumType
impl Ord for EnumType
Source§impl PartialOrd for EnumType
impl PartialOrd for EnumType
Source§impl ReadThrift for EnumType
impl ReadThrift for EnumType
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<EnumType>
impl Copy for EnumType
impl Eq for EnumType
impl StructuralPartialEq for EnumType
Auto Trait Implementations§
impl Freeze for EnumType
impl RefUnwindSafe for EnumType
impl Send for EnumType
impl Sync for EnumType
impl Unpin for EnumType
impl UnwindSafe for EnumType
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
)