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