pub struct ApplQueueDepth;Expand description
ApplQueueDepth (813).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplQueueDepth
impl RefUnwindSafe for ApplQueueDepth
impl Send for ApplQueueDepth
impl Sync for ApplQueueDepth
impl Unpin for ApplQueueDepth
impl UnsafeUnpin for ApplQueueDepth
impl UnwindSafe for ApplQueueDepth
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