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