pub struct GetOccupancy { /* private fields */ }Expand description
Builder for OccupancyHandle::get; .await it to fetch Occupancy.
Trait Implementations§
Source§impl Clone for GetOccupancy
impl Clone for GetOccupancy
Source§fn clone(&self) -> GetOccupancy
fn clone(&self) -> GetOccupancy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetOccupancy
impl Debug for GetOccupancy
Source§impl IntoFuture for GetOccupancy
impl IntoFuture for GetOccupancy
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetOccupancy as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetOccupancy as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for GetOccupancy
impl !UnwindSafe for GetOccupancy
impl Freeze for GetOccupancy
impl Send for GetOccupancy
impl Sync for GetOccupancy
impl Unpin for GetOccupancy
impl UnsafeUnpin for GetOccupancy
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