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 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<'arena> CloneIn<'arena> for Inheritance
impl<'arena> CloneIn<'arena> for Inheritance
Source§impl Debug for Inheritance
impl Debug for Inheritance
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<&BString> for Inheritance
impl TryFrom<&BString> 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