pub struct RssPostChanges;
Trait Implementations§
Source§impl Field for RssPostChanges
impl Field for RssPostChanges
Source§impl HasArgument<postId> for RssPostChanges
impl HasArgument<postId> for RssPostChanges
Source§impl HasField<RssPostChanges> for Query
impl HasField<RssPostChanges> for Query
Source§type Type = RssPostChangeInfo
type Type = RssPostChangeInfo
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RssPostChanges
impl RefUnwindSafe for RssPostChanges
impl Send for RssPostChanges
impl Sync for RssPostChanges
impl Unpin for RssPostChanges
impl UnwindSafe for RssPostChanges
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