pub struct ExtensionLeafRelation { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ExtensionLeafRelation
impl Clone for ExtensionLeafRelation
Source§fn clone(&self) -> ExtensionLeafRelation
fn clone(&self) -> ExtensionLeafRelation
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 ExtensionLeafRelation
impl Debug for ExtensionLeafRelation
Source§impl Default for ExtensionLeafRelation
impl Default for ExtensionLeafRelation
Source§impl From<ExtensionLeafRelation> for ExtensionLeafRelation
impl From<ExtensionLeafRelation> for ExtensionLeafRelation
Source§fn from(value: ExtensionLeafRelation) -> Self
fn from(value: ExtensionLeafRelation) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ExtensionLeafRelation> for ExtensionLeafRelation
impl TryFrom<ExtensionLeafRelation> for ExtensionLeafRelation
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ExtensionLeafRelation) -> Result<Self, ConversionError>
fn try_from(value: ExtensionLeafRelation) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ExtensionLeafRelation
impl RefUnwindSafe for ExtensionLeafRelation
impl Send for ExtensionLeafRelation
impl Sync for ExtensionLeafRelation
impl Unpin for ExtensionLeafRelation
impl UnwindSafe for ExtensionLeafRelation
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