pub struct JsonType {}
Expand description
Embedded JSON logical type annotation
Allowed for physical types: BINARY
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