pub struct integrationFigma;Trait Implementations§
Source§impl Field for integrationFigma
impl Field for integrationFigma
Source§impl HasArgument<code> for integrationFigma
impl HasArgument<code> for integrationFigma
Source§impl HasArgument<redirectUri> for integrationFigma
impl HasArgument<redirectUri> for integrationFigma
Source§impl HasField<integrationFigma> for Mutation
impl HasField<integrationFigma> for Mutation
Source§type Type = IntegrationPayload
type Type = IntegrationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for integrationFigma
impl RefUnwindSafe for integrationFigma
impl Send for integrationFigma
impl Sync for integrationFigma
impl Unpin for integrationFigma
impl UnwindSafe for integrationFigma
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