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