Struct aws_sdk_databrew::types::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§
source§impl PartialEq<Sample> for Sample
impl PartialEq<Sample> for Sample
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§
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