Enum amazon_sp_api_shared::auth::AuthScope
source · [−]pub enum AuthScope {
Notifications,
Migration,
}
Variants
Notifications
Migration
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthScope
impl Send for AuthScope
impl Sync for AuthScope
impl Unpin for AuthScope
impl UnwindSafe for AuthScope
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