pub struct LinkRecord {
pub target: String,
pub link_name: String,
pub origin: Origin,
}Expand description
A Link line: LINK-NAME is an alias for TARGET.
Fields§
§target: String§link_name: String§origin: OriginTrait Implementations§
Source§impl Clone for LinkRecord
impl Clone for LinkRecord
Source§fn clone(&self) -> LinkRecord
fn clone(&self) -> LinkRecord
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 LinkRecord
impl RefUnwindSafe for LinkRecord
impl Send for LinkRecord
impl Sync for LinkRecord
impl Unpin for LinkRecord
impl UnsafeUnpin for LinkRecord
impl UnwindSafe for LinkRecord
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