pub struct pushSubscriptionTest;Trait Implementations§
Source§impl Field for pushSubscriptionTest
impl Field for pushSubscriptionTest
Source§impl HasArgument<sendStrategy> for pushSubscriptionTest
impl HasArgument<sendStrategy> for pushSubscriptionTest
Source§type ArgumentType = Option<SendStrategy>
type ArgumentType = Option<SendStrategy>
The schema marker type of this argument.
Source§impl HasField<pushSubscriptionTest> for Query
impl HasField<pushSubscriptionTest> for Query
Source§type Type = PushSubscriptionTestPayload
type Type = PushSubscriptionTestPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pushSubscriptionTest
impl RefUnwindSafe for pushSubscriptionTest
impl Send for pushSubscriptionTest
impl Sync for pushSubscriptionTest
impl Unpin for pushSubscriptionTest
impl UnwindSafe for pushSubscriptionTest
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