pub struct TargetSet;Expand description
target function has been set
Auto Trait Implementations§
impl Freeze for TargetSet
impl RefUnwindSafe for TargetSet
impl Send for TargetSet
impl Sync for TargetSet
impl Unpin for TargetSet
impl UnwindSafe for TargetSet
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