pub struct TableRelationshipDto {
pub id: EntityId,
pub field: TableRelationshipField,
pub right_ids: Vec<EntityId>,
}Fields§
§id: EntityId§field: TableRelationshipField§right_ids: Vec<EntityId>Trait Implementations§
Source§impl Clone for TableRelationshipDto
impl Clone for TableRelationshipDto
Source§fn clone(&self) -> TableRelationshipDto
fn clone(&self) -> TableRelationshipDto
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 TableRelationshipDto
impl Debug for TableRelationshipDto
Source§impl<'de> Deserialize<'de> for TableRelationshipDto
impl<'de> Deserialize<'de> for TableRelationshipDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TableRelationshipDto
impl PartialEq for TableRelationshipDto
Source§impl Serialize for TableRelationshipDto
impl Serialize for TableRelationshipDto
impl StructuralPartialEq for TableRelationshipDto
Auto Trait Implementations§
impl Freeze for TableRelationshipDto
impl RefUnwindSafe for TableRelationshipDto
impl Send for TableRelationshipDto
impl Sync for TableRelationshipDto
impl Unpin for TableRelationshipDto
impl UnsafeUnpin for TableRelationshipDto
impl UnwindSafe for TableRelationshipDto
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