pub struct FifoState {}Trait Implementations§
impl QueueBuilderState for FifoState
Auto Trait Implementations§
impl Freeze for FifoState
impl RefUnwindSafe for FifoState
impl Send for FifoState
impl Sync for FifoState
impl Unpin for FifoState
impl UnwindSafe for FifoState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more