pub enum ResourceRegistrationError {
ScopeClosed,
}Expand description
Error returned when a resource cannot be registered in a closed scope.
Variants§
ScopeClosed
The Module generation has begun shutdown or rollback cleanup.
Trait Implementations§
Source§impl Clone for ResourceRegistrationError
impl Clone for ResourceRegistrationError
Source§fn clone(&self) -> ResourceRegistrationError
fn clone(&self) -> ResourceRegistrationError
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 moreimpl Copy for ResourceRegistrationError
Source§impl Debug for ResourceRegistrationError
impl Debug for ResourceRegistrationError
impl Eq for ResourceRegistrationError
impl StructuralPartialEq for ResourceRegistrationError
Auto Trait Implementations§
impl Freeze for ResourceRegistrationError
impl RefUnwindSafe for ResourceRegistrationError
impl Send for ResourceRegistrationError
impl Sync for ResourceRegistrationError
impl Unpin for ResourceRegistrationError
impl UnsafeUnpin for ResourceRegistrationError
impl UnwindSafe for ResourceRegistrationError
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