pub struct sendStrategy;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for sendStrategy
impl RefUnwindSafe for sendStrategy
impl Send for sendStrategy
impl Sync for sendStrategy
impl Unpin for sendStrategy
impl UnwindSafe for sendStrategy
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