pub struct foreignEntityId;Trait Implementations§
Source§impl Field for foreignEntityId
impl Field for foreignEntityId
impl HasInputField<foreignEntityId, Option<String>> for IntegrationTemplateCreateInput
Auto Trait Implementations§
impl Freeze for foreignEntityId
impl RefUnwindSafe for foreignEntityId
impl Send for foreignEntityId
impl Sync for foreignEntityId
impl Unpin for foreignEntityId
impl UnwindSafe for foreignEntityId
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