pub struct WorkspaceOperationError { /* private fields */ }Implementations§
Source§impl WorkspaceOperationError
impl WorkspaceOperationError
pub fn new(details: WorkspaceErrorDetails) -> Self
pub fn details(&self) -> &WorkspaceErrorDetails
Trait Implementations§
Source§impl Clone for WorkspaceOperationError
impl Clone for WorkspaceOperationError
Source§fn clone(&self) -> WorkspaceOperationError
fn clone(&self) -> WorkspaceOperationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkspaceOperationError
impl Debug for WorkspaceOperationError
Source§impl Display for WorkspaceOperationError
impl Display for WorkspaceOperationError
Source§impl Error for WorkspaceOperationError
impl Error for WorkspaceOperationError
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()
Auto Trait Implementations§
impl Freeze for WorkspaceOperationError
impl RefUnwindSafe for WorkspaceOperationError
impl Send for WorkspaceOperationError
impl Sync for WorkspaceOperationError
impl Unpin for WorkspaceOperationError
impl UnsafeUnpin for WorkspaceOperationError
impl UnwindSafe for WorkspaceOperationError
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