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