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