pub struct ScopeError(pub &'static str);
Expand description
Error type for scope operations
Tuple Fields§
§0: &'static str
Trait Implementations§
Source§impl Clone for ScopeError
impl Clone for ScopeError
Source§fn clone(&self) -> ScopeError
fn clone(&self) -> ScopeError
Returns a copy of the value. Read more
1.0.0 · 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 ScopeError
impl Debug for ScopeError
Source§impl PartialEq for ScopeError
impl PartialEq for ScopeError
impl StructuralPartialEq for ScopeError
Auto Trait Implementations§
impl Freeze for ScopeError
impl RefUnwindSafe for ScopeError
impl Send for ScopeError
impl Sync for ScopeError
impl Unpin for ScopeError
impl UnwindSafe for ScopeError
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