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