pub struct AppAdmission { /* private fields */ }Expand description
App-wide admission for externally triggered work.
Implementations§
Trait Implementations§
Source§impl Clone for AppAdmission
impl Clone for AppAdmission
Source§fn clone(&self) -> AppAdmission
fn clone(&self) -> AppAdmission
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for AppAdmission
impl !Send for AppAdmission
impl !Sync for AppAdmission
impl !UnwindSafe for AppAdmission
impl Freeze for AppAdmission
impl Unpin for AppAdmission
impl UnsafeUnpin for AppAdmission
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