Struct veloren_common_base::ProfSpan
source · pub struct ProfSpan;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfSpan
impl RefUnwindSafe for ProfSpan
impl Send for ProfSpan
impl Sync for ProfSpan
impl Unpin for ProfSpan
impl UnwindSafe for ProfSpan
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