pub struct StandardState {}Trait Implementations§
impl QueueBuilderState for StandardState
Auto Trait Implementations§
impl Freeze for StandardState
impl RefUnwindSafe for StandardState
impl Send for StandardState
impl Sync for StandardState
impl Unpin for StandardState
impl UnwindSafe for StandardState
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