pub struct SyncRelationsWithSchemaRequired<'a> {
pub api_id: &'a str,
pub api_version_id: &'a str,
pub relation_type: &'a str,
pub entity_id: &'a str,
}
Fields§
§api_id: &'a str
§api_version_id: &'a str
§relation_type: &'a str
§entity_id: &'a str
Auto Trait Implementations§
impl<'a> Freeze for SyncRelationsWithSchemaRequired<'a>
impl<'a> RefUnwindSafe for SyncRelationsWithSchemaRequired<'a>
impl<'a> Send for SyncRelationsWithSchemaRequired<'a>
impl<'a> Sync for SyncRelationsWithSchemaRequired<'a>
impl<'a> Unpin for SyncRelationsWithSchemaRequired<'a>
impl<'a> UnwindSafe for SyncRelationsWithSchemaRequired<'a>
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