pub struct LinkReport {
pub link_name: String,
pub target: String,
pub mode: LinkMode,
}Expand description
Per-link outcome record for the compile report.
Fields§
§link_name: String§target: String§mode: LinkModeTrait Implementations§
Source§impl Clone for LinkReport
impl Clone for LinkReport
Source§fn clone(&self) -> LinkReport
fn clone(&self) -> LinkReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LinkReport
impl RefUnwindSafe for LinkReport
impl Send for LinkReport
impl Sync for LinkReport
impl Unpin for LinkReport
impl UnsafeUnpin for LinkReport
impl UnwindSafe for LinkReport
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