pub struct ShapeRequired {
pub shape: String,
}Expand description
Required fields for Shape
Fields§
§shape: StringThe name of the shape. You can enumerate all available shapes by calling {@link #listShapes(ListShapesRequest) listShapes}.
Auto Trait Implementations§
impl Freeze for ShapeRequired
impl RefUnwindSafe for ShapeRequired
impl Send for ShapeRequired
impl Sync for ShapeRequired
impl Unpin for ShapeRequired
impl UnsafeUnpin for ShapeRequired
impl UnwindSafe for ShapeRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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