pub struct InstrHyperlink {
pub target: String,
pub anchor: bool,
}
Fields§
§target: String
§anchor: bool
Implementations§
Trait Implementations§
Source§impl Clone for InstrHyperlink
impl Clone for InstrHyperlink
Source§fn clone(&self) -> InstrHyperlink
fn clone(&self) -> InstrHyperlink
Returns a copy 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 InstrHyperlink
impl Debug for InstrHyperlink
Source§impl Default for InstrHyperlink
impl Default for InstrHyperlink
Source§fn default() -> InstrHyperlink
fn default() -> InstrHyperlink
Returns the “default value” for a type. Read more
Source§impl FromStr for InstrHyperlink
impl FromStr for InstrHyperlink
Source§impl PartialEq for InstrHyperlink
impl PartialEq for InstrHyperlink
Source§impl Serialize for InstrHyperlink
impl Serialize for InstrHyperlink
impl StructuralPartialEq for InstrHyperlink
Auto Trait Implementations§
impl Freeze for InstrHyperlink
impl RefUnwindSafe for InstrHyperlink
impl Send for InstrHyperlink
impl Sync for InstrHyperlink
impl Unpin for InstrHyperlink
impl UnwindSafe for InstrHyperlink
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