pub struct OreRoundEntityViews { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for OreRoundEntityViews
impl !RefUnwindSafe for OreRoundEntityViews
impl Send for OreRoundEntityViews
impl Sync for OreRoundEntityViews
impl Unpin for OreRoundEntityViews
impl UnsafeUnpin for OreRoundEntityViews
impl !UnwindSafe for OreRoundEntityViews
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