pub struct UpdateJobQueueResponse {
pub job_queue_arn: Option<String>,
pub job_queue_name: Option<String>,
}
Fields§
§job_queue_arn: Option<String>
The Amazon Resource Name (ARN) of the job queue.
job_queue_name: Option<String>
The name of the job queue.
Trait Implementations§
Source§impl Clone for UpdateJobQueueResponse
impl Clone for UpdateJobQueueResponse
Source§fn clone(&self) -> UpdateJobQueueResponse
fn clone(&self) -> UpdateJobQueueResponse
Returns a duplicate 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 UpdateJobQueueResponse
impl Debug for UpdateJobQueueResponse
Source§impl Default for UpdateJobQueueResponse
impl Default for UpdateJobQueueResponse
Source§fn default() -> UpdateJobQueueResponse
fn default() -> UpdateJobQueueResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateJobQueueResponse
impl<'de> Deserialize<'de> for UpdateJobQueueResponse
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 UpdateJobQueueResponse
impl PartialEq for UpdateJobQueueResponse
impl StructuralPartialEq for UpdateJobQueueResponse
Auto Trait Implementations§
impl Freeze for UpdateJobQueueResponse
impl RefUnwindSafe for UpdateJobQueueResponse
impl Send for UpdateJobQueueResponse
impl Sync for UpdateJobQueueResponse
impl Unpin for UpdateJobQueueResponse
impl UnwindSafe for UpdateJobQueueResponse
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