#[repr(C)]pub struct bson_iterator {
pub cur: *const c_char,
pub first: bson_bool_t,
}Fields§
§cur: *const c_char§first: bson_bool_tTrait Implementations§
Source§impl Clone for bson_iterator
impl Clone for bson_iterator
Source§fn clone(&self) -> bson_iterator
fn clone(&self) -> bson_iterator
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for bson_iterator
impl Debug for bson_iterator
impl Copy for bson_iterator
Auto Trait Implementations§
impl Freeze for bson_iterator
impl RefUnwindSafe for bson_iterator
impl !Send for bson_iterator
impl !Sync for bson_iterator
impl Unpin for bson_iterator
impl UnwindSafe for bson_iterator
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