pub struct views;
Trait Implementations§
Source§impl HasArgument<after> for views
impl HasArgument<after> for views
Source§impl HasArgument<before> for views
impl HasArgument<before> for views
Source§impl HasArgument<first> for views
impl HasArgument<first> for views
Source§impl HasArgument<last> for views
impl HasArgument<last> for views
Source§impl HasArgument<orderBy> for views
impl HasArgument<orderBy> for views
Source§type ArgumentType = Option<ProjectV2ViewOrder>
type ArgumentType = Option<ProjectV2ViewOrder>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for views
impl RefUnwindSafe for views
impl Send for views
impl Sync for views
impl Unpin for views
impl UnwindSafe for views
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