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