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