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