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