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