pub struct EntityAssociation {
pub entity_name: EntityName,
pub from: String,
pub to: String,
pub alias: EntityName,
}Fields§
§entity_name: EntityName§from: String§to: String§alias: EntityNameUses the entity name as the alias if not provided.
Trait Implementations§
Source§impl Clone for EntityAssociation
impl Clone for EntityAssociation
Source§fn clone(&self) -> EntityAssociation
fn clone(&self) -> EntityAssociation
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 EntityAssociation
impl Debug for EntityAssociation
Source§impl<'de> Deserialize<'de> for EntityAssociation
impl<'de> Deserialize<'de> for EntityAssociation
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 Hash for EntityAssociation
impl Hash for EntityAssociation
Source§impl PartialEq for EntityAssociation
impl PartialEq for EntityAssociation
Source§impl Serialize for EntityAssociation
impl Serialize for EntityAssociation
impl Eq for EntityAssociation
impl StructuralPartialEq for EntityAssociation
Auto Trait Implementations§
impl Freeze for EntityAssociation
impl RefUnwindSafe for EntityAssociation
impl Send for EntityAssociation
impl Sync for EntityAssociation
impl Unpin for EntityAssociation
impl UnwindSafe for EntityAssociation
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