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