pub struct ImService {
pub v1: V1,
pub v2: V2,
}Fields§
§v1: V1§v2: V2Implementations§
Auto Trait Implementations§
impl Freeze for ImService
impl !RefUnwindSafe for ImService
impl Send for ImService
impl Sync for ImService
impl Unpin for ImService
impl !UnwindSafe for ImService
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