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