pub struct ExternalEntityInfo;Trait Implementations§
Source§impl HasField<__typename> for ExternalEntityInfo
impl HasField<__typename> for ExternalEntityInfo
Source§impl HasField<id> for ExternalEntityInfo
impl HasField<id> for ExternalEntityInfo
Source§impl HasField<metadata> for ExternalEntityInfo
impl HasField<metadata> for ExternalEntityInfo
Source§type Type = Option<ExternalEntityInfoMetadata>
type Type = Option<ExternalEntityInfoMetadata>
The schema marker type of this field.
Source§impl HasField<service> for ExternalEntityInfo
impl HasField<service> for ExternalEntityInfo
Source§type Type = ExternalSyncService
type Type = ExternalSyncService
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ExternalEntityInfo
impl RefUnwindSafe for ExternalEntityInfo
impl Send for ExternalEntityInfo
impl Sync for ExternalEntityInfo
impl Unpin for ExternalEntityInfo
impl UnwindSafe for ExternalEntityInfo
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