Struct s2protocol::tracker_events::unit_done::UnitDoneEventArray
source · pub struct UnitDoneEventArray {}Trait Implementations§
source§impl<'a> IntoIterator for &'a UnitDoneEventArray
impl<'a> IntoIterator for &'a UnitDoneEventArray
Auto Trait Implementations§
impl RefUnwindSafe for UnitDoneEventArray
impl Send for UnitDoneEventArray
impl Sync for UnitDoneEventArray
impl Unpin for UnitDoneEventArray
impl UnwindSafe for UnitDoneEventArray
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