pub struct CreateJobQueueResponse {
pub job_queue_arn: String,
pub job_queue_name: String,
}
Fields§
§job_queue_arn: String
The Amazon Resource Name (ARN) of the job queue.
job_queue_name: String
The name of the job queue.
Trait Implementations§
Source§impl Clone for CreateJobQueueResponse
impl Clone for CreateJobQueueResponse
Source§fn clone(&self) -> CreateJobQueueResponse
fn clone(&self) -> CreateJobQueueResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CreateJobQueueResponse
impl Debug for CreateJobQueueResponse
Source§impl Default for CreateJobQueueResponse
impl Default for CreateJobQueueResponse
Source§fn default() -> CreateJobQueueResponse
fn default() -> CreateJobQueueResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateJobQueueResponse
impl<'de> Deserialize<'de> for CreateJobQueueResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateJobQueueResponse
impl PartialEq for CreateJobQueueResponse
impl StructuralPartialEq for CreateJobQueueResponse
Auto Trait Implementations§
impl Freeze for CreateJobQueueResponse
impl RefUnwindSafe for CreateJobQueueResponse
impl Send for CreateJobQueueResponse
impl Sync for CreateJobQueueResponse
impl Unpin for CreateJobQueueResponse
impl UnwindSafe for CreateJobQueueResponse
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