pub struct QueueSendOptions { /* private fields */ }
Trait Implementations§
Source§impl Debug for QueueSendOptions
impl Debug for QueueSendOptions
Auto Trait Implementations§
impl Freeze for QueueSendOptions
impl RefUnwindSafe for QueueSendOptions
impl Send for QueueSendOptions
impl Sync for QueueSendOptions
impl Unpin for QueueSendOptions
impl UnwindSafe for QueueSendOptions
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