pub struct updates;Trait Implementations§
Source§impl HasArgument<after> for updates
impl HasArgument<after> for updates
Source§impl HasArgument<before> for updates
impl HasArgument<before> for updates
Source§impl HasArgument<filter> for updates
impl HasArgument<filter> for updates
Source§type ArgumentType = Option<FeedItemFilter>
type ArgumentType = Option<FeedItemFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for updates
impl HasArgument<first> for updates
Source§impl HasArgument<includeArchived> for updates
impl HasArgument<includeArchived> for updates
Source§impl HasArgument<includeSubTeams> for updates
impl HasArgument<includeSubTeams> for updates
Source§impl HasArgument<last> for updates
impl HasArgument<last> for updates
Source§impl HasArgument<orderBy> for updates
impl HasArgument<orderBy> for updates
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<updates> for CustomView
impl HasField<updates> for CustomView
Source§type Type = FeedItemConnection
type Type = FeedItemConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updates
impl RefUnwindSafe for updates
impl Send for updates
impl Sync for updates
impl Unpin for updates
impl UnwindSafe for updates
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