Struct aws_sdk_accessanalyzer::model::JobError
source · [−]#[non_exhaustive]pub struct JobError { /* private fields */ }Expand description
Contains the details about the policy generation error.
Implementations
Trait Implementations
impl StructuralPartialEq for JobError
Auto Trait Implementations
impl RefUnwindSafe for JobError
impl Send for JobError
impl Sync for JobError
impl Unpin for JobError
impl UnwindSafe for JobError
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