pub enum AwsService {
S3,
Iam,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AwsService
impl Clone for AwsService
Source§fn clone(&self) -> AwsService
fn clone(&self) -> AwsService
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 AwsService
impl Debug for AwsService
Source§impl Hash for AwsService
impl Hash for AwsService
Source§impl PartialEq for AwsService
impl PartialEq for AwsService
impl Copy for AwsService
impl Eq for AwsService
impl StructuralPartialEq for AwsService
Auto Trait Implementations§
impl Freeze for AwsService
impl RefUnwindSafe for AwsService
impl Send for AwsService
impl Sync for AwsService
impl Unpin for AwsService
impl UnwindSafe for AwsService
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