pub struct QueryRecordOptions {}Auto Trait Implementations§
impl Freeze for QueryRecordOptions
impl RefUnwindSafe for QueryRecordOptions
impl Send for QueryRecordOptions
impl Sync for QueryRecordOptions
impl Unpin for QueryRecordOptions
impl UnsafeUnpin for QueryRecordOptions
impl UnwindSafe for QueryRecordOptions
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