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