pub struct JsonType {}
Expand description
Embedded JSON logical type annotation
Allowed for physical types: BYTE_ARRAY
Implementations§
Source§impl JsonType
impl JsonType
pub fn new() -> JsonType
pub fn read_from_in_protocol<T: TInputProtocol>( i_prot: &mut T, ) -> Result<JsonType>
pub fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<usize>
Trait Implementations§
Source§impl Ord for JsonType
impl Ord for JsonType
Source§impl PartialOrd for JsonType
impl PartialOrd for JsonType
Source§impl ReadThrift for JsonType
impl ReadThrift for JsonType
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<JsonType>
impl Copy for JsonType
impl Eq for JsonType
impl StructuralPartialEq for JsonType
Auto Trait Implementations§
impl Freeze for JsonType
impl RefUnwindSafe for JsonType
impl Send for JsonType
impl Sync for JsonType
impl Unpin for JsonType
impl UnwindSafe for JsonType
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
)