pub struct DocumentationLinks {
pub tutorial: Option<String>,
pub how_to: Option<String>,
pub reference: String,
pub explanation: Option<String>,
}Fields§
§tutorial: Option<String>§how_to: Option<String>§reference: String§explanation: Option<String>Trait Implementations§
Source§impl Clone for DocumentationLinks
impl Clone for DocumentationLinks
Source§fn clone(&self) -> DocumentationLinks
fn clone(&self) -> DocumentationLinks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocumentationLinks
impl Debug for DocumentationLinks
Source§impl<'de> Deserialize<'de> for DocumentationLinks
impl<'de> Deserialize<'de> for DocumentationLinks
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
impl Eq for DocumentationLinks
Source§impl PartialEq for DocumentationLinks
impl PartialEq for DocumentationLinks
Source§impl Serialize for DocumentationLinks
impl Serialize for DocumentationLinks
impl StructuralPartialEq for DocumentationLinks
Auto Trait Implementations§
impl Freeze for DocumentationLinks
impl RefUnwindSafe for DocumentationLinks
impl Send for DocumentationLinks
impl Sync for DocumentationLinks
impl Unpin for DocumentationLinks
impl UnsafeUnpin for DocumentationLinks
impl UnwindSafe for DocumentationLinks
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