pub struct DataStructures {
pub queue: Queue,
}Fields§
§queue: QueueAuto Trait Implementations§
impl Freeze for DataStructures
impl RefUnwindSafe for DataStructures
impl Send for DataStructures
impl Sync for DataStructures
impl Unpin for DataStructures
impl UnwindSafe for DataStructures
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