pub struct RichTextAnchorLink { /* private fields */ }
Expand description
A link to an anchor on the same web page
Implementations§
Trait Implementations§
Source§impl AsRef<RichTextAnchorLink> for RichTextAnchorLink
impl AsRef<RichTextAnchorLink> for RichTextAnchorLink
Source§fn as_ref(&self) -> &RichTextAnchorLink
fn as_ref(&self) -> &RichTextAnchorLink
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for RichTextAnchorLink
impl Clone for RichTextAnchorLink
Source§fn clone(&self) -> RichTextAnchorLink
fn clone(&self) -> RichTextAnchorLink
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 RichTextAnchorLink
impl Debug for RichTextAnchorLink
Source§impl Default for RichTextAnchorLink
impl Default for RichTextAnchorLink
Source§fn default() -> RichTextAnchorLink
fn default() -> RichTextAnchorLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RichTextAnchorLink
impl<'de> Deserialize<'de> for RichTextAnchorLink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RichTextAnchorLink
impl Serialize for RichTextAnchorLink
impl TDRichText for RichTextAnchorLink
Auto Trait Implementations§
impl Freeze for RichTextAnchorLink
impl RefUnwindSafe for RichTextAnchorLink
impl Send for RichTextAnchorLink
impl Sync for RichTextAnchorLink
impl Unpin for RichTextAnchorLink
impl UnwindSafe for RichTextAnchorLink
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