pub struct OutgoingLink {
pub target_path: String,
pub display_text: String,
pub link_type: LinkType,
}Expand description
A link going out from a document.
Fields§
§target_path: String§display_text: String§link_type: LinkTypeTrait Implementations§
Source§impl Clone for OutgoingLink
impl Clone for OutgoingLink
Source§fn clone(&self) -> OutgoingLink
fn clone(&self) -> OutgoingLink
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 OutgoingLink
impl RefUnwindSafe for OutgoingLink
impl Send for OutgoingLink
impl Sync for OutgoingLink
impl Unpin for OutgoingLink
impl UnsafeUnpin for OutgoingLink
impl UnwindSafe for OutgoingLink
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