Struct aws_sdk_sagemaker::types::KernelSpec
source · #[non_exhaustive]pub struct KernelSpec { /* private fields */ }
Expand description
The specification of a Jupyter kernel.
Implementations§
source§impl KernelSpec
impl KernelSpec
source§impl KernelSpec
impl KernelSpec
sourcepub fn builder() -> KernelSpecBuilder
pub fn builder() -> KernelSpecBuilder
Creates a new builder-style object to manufacture KernelSpec
.
Trait Implementations§
source§impl Clone for KernelSpec
impl Clone for KernelSpec
source§fn clone(&self) -> KernelSpec
fn clone(&self) -> KernelSpec
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 KernelSpec
impl Debug for KernelSpec
source§impl PartialEq<KernelSpec> for KernelSpec
impl PartialEq<KernelSpec> for KernelSpec
source§fn eq(&self, other: &KernelSpec) -> bool
fn eq(&self, other: &KernelSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for KernelSpec
Auto Trait Implementations§
impl RefUnwindSafe for KernelSpec
impl Send for KernelSpec
impl Sync for KernelSpec
impl Unpin for KernelSpec
impl UnwindSafe for KernelSpec
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