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