pub struct TemplateUpdateInput;Trait Implementations§
impl HasInputField<description, Option<String>> for TemplateUpdateInput
impl HasInputField<name, Option<String>> for TemplateUpdateInput
impl HasInputField<sortOrder, Option<f64>> for TemplateUpdateInput
impl HasInputField<teamId, Option<String>> for TemplateUpdateInput
impl HasInputField<templateData, Option<JSON>> for TemplateUpdateInput
impl InputObjectMarker for TemplateUpdateInput
Auto Trait Implementations§
impl Freeze for TemplateUpdateInput
impl RefUnwindSafe for TemplateUpdateInput
impl Send for TemplateUpdateInput
impl Sync for TemplateUpdateInput
impl Unpin for TemplateUpdateInput
impl UnwindSafe for TemplateUpdateInput
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