pub struct QuerySet<A: HalApi> { /* private fields */ }
Trait Implementations§
source§impl<A: HalApi> Resource<Id<QuerySet<Api>>> for QuerySet<A>
impl<A: HalApi> Resource<Id<QuerySet<Api>>> for QuerySet<A>
const TYPE: &'static str = "QuerySet"
fn as_info(&self) -> &ResourceInfo<QuerySetId>
fn as_info_mut(&mut self) -> &mut ResourceInfo<QuerySetId>
fn label(&self) -> String
fn ref_count(self: &Arc<Self>) -> usize
fn is_unique(self: &Arc<Self>) -> bool
fn is_equal(&self, other: &Self) -> bool
Auto Trait Implementations§
impl<A> !RefUnwindSafe for QuerySet<A>
impl<A> Send for QuerySet<A>
impl<A> Sync for QuerySet<A>
impl<A> Unpin for QuerySet<A>
impl<A> !UnwindSafe for QuerySet<A>
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