#[repr(C)]pub struct DogQuery {
pub dog_of: Set64<Key<Person>>,
/* private fields */
}
Expand description
This is plain old data.
Fields§
§dog_of: Set64<Key<Person>>
Trait Implementations§
impl Eq for DogQuery
impl StructuralPartialEq for DogQuery
Auto Trait Implementations§
impl Freeze for DogQuery
impl RefUnwindSafe for DogQuery
impl Send for DogQuery
impl Sync for DogQuery
impl Unpin for DogQuery
impl UnwindSafe for DogQuery
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