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