Struct aws_sdk_databrew::model::Sample
source · [−]#[non_exhaustive]pub struct Sample { /* private fields */ }
Expand description
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Implementations
Trait Implementations
impl StructuralPartialEq for Sample
Auto Trait Implementations
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more