pub struct SelfReference {
pub relationship_id: Uuid,
pub table_id: Uuid,
}Expand description
Self-reference detected
Fields§
§relationship_id: Uuid§table_id: UuidTrait Implementations§
Source§impl Clone for SelfReference
impl Clone for SelfReference
Source§fn clone(&self) -> SelfReference
fn clone(&self) -> SelfReference
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 moreAuto Trait Implementations§
impl Freeze for SelfReference
impl RefUnwindSafe for SelfReference
impl Send for SelfReference
impl Sync for SelfReference
impl Unpin for SelfReference
impl UnwindSafe for SelfReference
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