pub enum RebuildWorkspacesError {}Expand description
Errors returned by RebuildWorkspaces
Implementations§
Source§impl RebuildWorkspacesError
impl RebuildWorkspacesError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<RebuildWorkspacesError>
Trait Implementations§
Source§impl Debug for RebuildWorkspacesError
impl Debug for RebuildWorkspacesError
Source§impl Display for RebuildWorkspacesError
impl Display for RebuildWorkspacesError
Source§impl Error for RebuildWorkspacesError
impl Error for RebuildWorkspacesError
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 RebuildWorkspacesError
impl PartialEq for RebuildWorkspacesError
impl StructuralPartialEq for RebuildWorkspacesError
Auto Trait Implementations§
impl Freeze for RebuildWorkspacesError
impl RefUnwindSafe for RebuildWorkspacesError
impl Send for RebuildWorkspacesError
impl Sync for RebuildWorkspacesError
impl Unpin for RebuildWorkspacesError
impl UnwindSafe for RebuildWorkspacesError
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