#[repr(C)]
pub enum AwsCThreadJoinStrategy {
Manual,
Managed,
}
Variants
Manual
Managed
Trait Implementations
sourceimpl Clone for AwsCThreadJoinStrategy
impl Clone for AwsCThreadJoinStrategy
sourcefn clone(&self) -> AwsCThreadJoinStrategy
fn clone(&self) -> AwsCThreadJoinStrategy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AwsCThreadJoinStrategy
impl Debug for AwsCThreadJoinStrategy
sourceimpl PartialEq<AwsCThreadJoinStrategy> for AwsCThreadJoinStrategy
impl PartialEq<AwsCThreadJoinStrategy> for AwsCThreadJoinStrategy
sourcefn eq(&self, other: &AwsCThreadJoinStrategy) -> bool
fn eq(&self, other: &AwsCThreadJoinStrategy) -> bool
impl Copy for AwsCThreadJoinStrategy
impl Eq for AwsCThreadJoinStrategy
impl StructuralEq for AwsCThreadJoinStrategy
impl StructuralPartialEq for AwsCThreadJoinStrategy
Auto Trait Implementations
impl RefUnwindSafe for AwsCThreadJoinStrategy
impl Send for AwsCThreadJoinStrategy
impl Sync for AwsCThreadJoinStrategy
impl Unpin for AwsCThreadJoinStrategy
impl UnwindSafe for AwsCThreadJoinStrategy
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