pub struct mongoLocation;
Trait Implementations§
Source§impl Field for mongoLocation
impl Field for mongoLocation
Auto Trait Implementations§
impl Freeze for mongoLocation
impl RefUnwindSafe for mongoLocation
impl Send for mongoLocation
impl Sync for mongoLocation
impl Unpin for mongoLocation
impl UnwindSafe for mongoLocation
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