pub struct JsonType {}
Expand description
Embedded JSON logical type annotation
Allowed for physical types: BINARY
Implementations§
Trait Implementations§
Source§impl Ord for JsonType
impl Ord for JsonType
Source§impl PartialOrd for JsonType
impl PartialOrd for JsonType
Source§impl TSerializable for JsonType
impl TSerializable for JsonType
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<JsonType>
fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<()>
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
)