pub struct NotionSettingsInput;Trait Implementations§
impl HasInputField<workspaceId, String> for NotionSettingsInput
impl HasInputField<workspaceName, String> for NotionSettingsInput
impl InputObjectMarker for NotionSettingsInput
Auto Trait Implementations§
impl Freeze for NotionSettingsInput
impl RefUnwindSafe for NotionSettingsInput
impl Send for NotionSettingsInput
impl Sync for NotionSettingsInput
impl Unpin for NotionSettingsInput
impl UnwindSafe for NotionSettingsInput
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