Struct aws_sdk_sagemaker::types::Parameter
source · #[non_exhaustive]pub struct Parameter { /* private fields */ }
Expand description
Assigns a value to a named Pipeline parameter.
Implementations§
Trait Implementations§
source§impl PartialEq<Parameter> for Parameter
impl PartialEq<Parameter> for Parameter
impl StructuralPartialEq for Parameter
Auto Trait Implementations§
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
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