pub struct StaticError(pub DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = GcError<'__gc>>>>);Tuple Fields§
§0: DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = GcError<'__gc>>>>Trait Implementations§
Source§impl Clone for StaticError
impl Clone for StaticError
Source§fn clone(&self) -> StaticError
fn clone(&self) -> StaticError
Returns a duplicate 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 StaticError
impl Debug for StaticError
Auto Trait Implementations§
impl Freeze for StaticError
impl !RefUnwindSafe for StaticError
impl !Send for StaticError
impl !Sync for StaticError
impl Unpin for StaticError
impl !UnwindSafe for StaticError
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