pub struct Hyperlink { /* private fields */ }Implementations§
Source§impl Hyperlink
impl Hyperlink
pub fn get_url(&self) -> &str
pub fn set_url<S: Into<String>>(&mut self, value: S) -> &mut Hyperlink
pub fn get_tooltip(&self) -> &str
pub fn set_tooltip<S: Into<String>>(&mut self, value: S) -> &mut Hyperlink
pub fn get_location(&self) -> &bool
pub fn set_location(&mut self, value: bool) -> &mut Hyperlink
Trait Implementations§
Source§impl Ord for Hyperlink
impl Ord for Hyperlink
Source§impl PartialOrd for Hyperlink
impl PartialOrd for Hyperlink
impl Eq for Hyperlink
impl StructuralPartialEq for Hyperlink
Auto Trait Implementations§
impl Freeze for Hyperlink
impl RefUnwindSafe for Hyperlink
impl Send for Hyperlink
impl Sync for Hyperlink
impl Unpin for Hyperlink
impl UnwindSafe for Hyperlink
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.