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