pub struct QueryPrimaryKeysInput { /* private fields */ }
Expand description
Represents the input for querying primary keys.
Implementations§
Auto Trait Implementations§
impl Freeze for QueryPrimaryKeysInput
impl RefUnwindSafe for QueryPrimaryKeysInput
impl Send for QueryPrimaryKeysInput
impl Sync for QueryPrimaryKeysInput
impl Unpin for QueryPrimaryKeysInput
impl UnwindSafe for QueryPrimaryKeysInput
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