pub struct DedicatedCapacitySourceRequired {
pub capacity_type: String,
}Expand description
Required fields for DedicatedCapacitySource
Fields§
§capacity_type: StringAuto Trait Implementations§
impl Freeze for DedicatedCapacitySourceRequired
impl RefUnwindSafe for DedicatedCapacitySourceRequired
impl Send for DedicatedCapacitySourceRequired
impl Sync for DedicatedCapacitySourceRequired
impl Unpin for DedicatedCapacitySourceRequired
impl UnsafeUnpin for DedicatedCapacitySourceRequired
impl UnwindSafe for DedicatedCapacitySourceRequired
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