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