pub struct BsonType {}Expand description
Embedded BSON logical type annotation
Allowed for physical types: BINARY
Implementations§
Source§impl BsonType
impl BsonType
pub fn new() -> BsonType
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<BsonType>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
impl Eq for BsonType
Source§impl Ord for BsonType
impl Ord for BsonType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for BsonType
impl PartialOrd 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 UnsafeUnpin 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