pub struct PedigreeType { /* private fields */ }Trait Implementations§
Source§impl Clone for PedigreeType
impl Clone for PedigreeType
Source§fn clone(&self) -> PedigreeType
fn clone(&self) -> PedigreeType
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 PedigreeType
impl Debug for PedigreeType
Source§impl Default for PedigreeType
impl Default for PedigreeType
Source§fn default() -> PedigreeType
fn default() -> PedigreeType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PedigreeType
impl<'de> Deserialize<'de> for PedigreeType
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 PedigreeType
impl PartialEq for PedigreeType
Source§impl Serialize for PedigreeType
impl Serialize for PedigreeType
Source§impl YaDeserialize for PedigreeType
impl YaDeserialize for PedigreeType
fn deserialize<R: Read>(reader: &mut Deserializer<R>) -> Result<Self, String>
Source§impl YaSerialize for PedigreeType
impl YaSerialize for PedigreeType
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace, ) -> Result<(Vec<OwnedAttribute>, Namespace), String>
impl StructuralPartialEq for PedigreeType
Auto Trait Implementations§
impl Freeze for PedigreeType
impl RefUnwindSafe for PedigreeType
impl Send for PedigreeType
impl Sync for PedigreeType
impl Unpin for PedigreeType
impl UnwindSafe for PedigreeType
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