pub struct CreateSubnetResponseRequired {
pub etag: String,
pub opc_request_id: String,
pub subnet: Subnet,
}Expand description
Required fields for CreateSubnetResponse
Fields§
§etag: StringFor optimistic concurrency control. See {@code if-match}.
opc_request_id: StringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
subnet: SubnetThe returned model.Subnet instance.
Auto Trait Implementations§
impl Freeze for CreateSubnetResponseRequired
impl RefUnwindSafe for CreateSubnetResponseRequired
impl Send for CreateSubnetResponseRequired
impl Sync for CreateSubnetResponseRequired
impl Unpin for CreateSubnetResponseRequired
impl UnsafeUnpin for CreateSubnetResponseRequired
impl UnwindSafe for CreateSubnetResponseRequired
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