pub struct NoSourceLinker;Expand description
Default no-op source linker
Trait Implementations§
Source§impl Debug for NoSourceLinker
impl Debug for NoSourceLinker
Source§impl Default for NoSourceLinker
impl Default for NoSourceLinker
Source§fn default() -> NoSourceLinker
fn default() -> NoSourceLinker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoSourceLinker
impl RefUnwindSafe for NoSourceLinker
impl Send for NoSourceLinker
impl Sync for NoSourceLinker
impl Unpin for NoSourceLinker
impl UnsafeUnpin for NoSourceLinker
impl UnwindSafe for NoSourceLinker
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