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