pub struct IDs { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<IDs> for QueryField
impl From<IDs> for QueryField
Auto Trait Implementations§
impl Freeze for IDs
impl RefUnwindSafe for IDs
impl Send for IDs
impl Sync for IDs
impl Unpin for IDs
impl UnwindSafe for IDs
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