pub struct privacy;
Trait Implementations§
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 privacy
impl RefUnwindSafe for privacy
impl Send for privacy
impl Sync for privacy
impl Unpin for privacy
impl UnwindSafe for privacy
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