pub struct DocumentRelationshipDto {
pub id: EntityId,
pub field: DocumentRelationshipField,
pub right_ids: Vec<EntityId>,
}Fields§
§id: EntityId§field: DocumentRelationshipField§right_ids: Vec<EntityId>Trait Implementations§
Source§impl Clone for DocumentRelationshipDto
impl Clone for DocumentRelationshipDto
Source§fn clone(&self) -> DocumentRelationshipDto
fn clone(&self) -> DocumentRelationshipDto
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 DocumentRelationshipDto
impl Debug for DocumentRelationshipDto
Source§impl<'de> Deserialize<'de> for DocumentRelationshipDto
impl<'de> Deserialize<'de> for DocumentRelationshipDto
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 DocumentRelationshipDto
impl PartialEq for DocumentRelationshipDto
Source§impl Serialize for DocumentRelationshipDto
impl Serialize for DocumentRelationshipDto
impl StructuralPartialEq for DocumentRelationshipDto
Auto Trait Implementations§
impl Freeze for DocumentRelationshipDto
impl RefUnwindSafe for DocumentRelationshipDto
impl Send for DocumentRelationshipDto
impl Sync for DocumentRelationshipDto
impl Unpin for DocumentRelationshipDto
impl UnsafeUnpin for DocumentRelationshipDto
impl UnwindSafe for DocumentRelationshipDto
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