pub enum DescribeWorkspaceImagesError {
AccessDenied(String),
}Expand description
Errors returned by DescribeWorkspaceImages
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for DescribeWorkspaceImagesError
impl Debug for DescribeWorkspaceImagesError
Source§impl Error for DescribeWorkspaceImagesError
impl Error for DescribeWorkspaceImagesError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for DescribeWorkspaceImagesError
impl PartialEq for DescribeWorkspaceImagesError
Source§fn eq(&self, other: &DescribeWorkspaceImagesError) -> bool
fn eq(&self, other: &DescribeWorkspaceImagesError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeWorkspaceImagesError
Auto Trait Implementations§
impl Freeze for DescribeWorkspaceImagesError
impl RefUnwindSafe for DescribeWorkspaceImagesError
impl Send for DescribeWorkspaceImagesError
impl Sync for DescribeWorkspaceImagesError
impl Unpin for DescribeWorkspaceImagesError
impl UnwindSafe for DescribeWorkspaceImagesError
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