pub struct GistListBodyArgs {
pub body_args: Option<ListBodyArgs>,
}
Fields§
§body_args: Option<ListBodyArgs>
Implementations§
Source§impl GistListBodyArgs
impl GistListBodyArgs
pub fn builder() -> GistListBodyArgsBuilder
Auto Trait Implementations§
impl Freeze for GistListBodyArgs
impl RefUnwindSafe for GistListBodyArgs
impl Send for GistListBodyArgs
impl Sync for GistListBodyArgs
impl Unpin for GistListBodyArgs
impl UnwindSafe for GistListBodyArgs
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