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