pub struct NodeWikiLink {
pub url: String,
}Expand description
The details of a wikilink’s destination.
Fields§
§url: StringThe URL for the link destination.
Trait Implementations§
Source§impl Clone for NodeWikiLink
impl Clone for NodeWikiLink
Source§fn clone(&self) -> NodeWikiLink
fn clone(&self) -> NodeWikiLink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeWikiLink
impl Debug for NodeWikiLink
Source§impl PartialEq for NodeWikiLink
impl PartialEq for NodeWikiLink
impl Eq for NodeWikiLink
impl StructuralPartialEq for NodeWikiLink
Auto Trait Implementations§
impl Freeze for NodeWikiLink
impl RefUnwindSafe for NodeWikiLink
impl Send for NodeWikiLink
impl Sync for NodeWikiLink
impl Unpin for NodeWikiLink
impl UnwindSafe for NodeWikiLink
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.