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