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