pub enum Inheritance {
Abstract,
Final,
}Variants§
Trait Implementations§
Source§impl Clone for Inheritance
impl Clone for Inheritance
Source§fn clone(&self) -> Inheritance
fn clone(&self) -> Inheritance
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 Inheritance
impl Debug for Inheritance
Source§impl<'de> Deserialize<'de> for Inheritance
impl<'de> Deserialize<'de> for Inheritance
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 Display for Inheritance
impl Display for Inheritance
Source§impl PartialEq for Inheritance
impl PartialEq for Inheritance
Source§impl Serialize for Inheritance
impl Serialize for Inheritance
Source§impl TryFrom<&str> for Inheritance
impl TryFrom<&str> for Inheritance
impl StructuralPartialEq for Inheritance
Auto Trait Implementations§
impl Freeze for Inheritance
impl RefUnwindSafe for Inheritance
impl Send for Inheritance
impl Sync for Inheritance
impl Unpin for Inheritance
impl UnwindSafe for Inheritance
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more