pub struct CommentPayload;Trait Implementations§
Source§impl HasField<__typename> for CommentPayload
impl HasField<__typename> for CommentPayload
Source§impl HasField<comment> for CommentPayload
impl HasField<comment> for CommentPayload
Source§impl HasField<lastSyncId> for CommentPayload
impl HasField<lastSyncId> for CommentPayload
Source§impl HasField<success> for CommentPayload
impl HasField<success> for CommentPayload
Auto Trait Implementations§
impl Freeze for CommentPayload
impl RefUnwindSafe for CommentPayload
impl Send for CommentPayload
impl Sync for CommentPayload
impl Unpin for CommentPayload
impl UnwindSafe for CommentPayload
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