pub struct UpdateSubscriptionPayload;Trait Implementations§
Source§impl HasField<subscribable> for UpdateSubscriptionPayload
impl HasField<subscribable> for UpdateSubscriptionPayload
Source§type Type = Option<Subscribable>
type Type = Option<Subscribable>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateSubscriptionPayload
impl RefUnwindSafe for UpdateSubscriptionPayload
impl Send for UpdateSubscriptionPayload
impl Sync for UpdateSubscriptionPayload
impl Unpin for UpdateSubscriptionPayload
impl UnwindSafe for UpdateSubscriptionPayload
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