pub struct template;
Trait Implementations§
impl HasInputField<template, Option<bool>> for CreateRepositoryInput
Auto Trait Implementations§
impl Freeze for template
impl RefUnwindSafe for template
impl Send for template
impl Sync for template
impl Unpin for template
impl UnwindSafe for template
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