pub struct templateData;Trait Implementations§
Source§impl Field for templateData
impl Field for templateData
impl HasInputField<templateData, Option<JSON>> for TemplateUpdateInput
Auto Trait Implementations§
impl Freeze for templateData
impl RefUnwindSafe for templateData
impl Send for templateData
impl Sync for templateData
impl Unpin for templateData
impl UnwindSafe for templateData
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