pub struct willCloseTarget;
Trait Implementations§
Source§impl Field for willCloseTarget
impl Field for willCloseTarget
Auto Trait Implementations§
impl Freeze for willCloseTarget
impl RefUnwindSafe for willCloseTarget
impl Send for willCloseTarget
impl Sync for willCloseTarget
impl Unpin for willCloseTarget
impl UnwindSafe for willCloseTarget
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