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