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