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