pub struct DisplacedApplicationFunction { /* private fields */ }Expand description
Ownership token for an application registration displaced from a registry.
Callers may retain this value until after publishing the replacement registry and invalidating prepared statements. Dropping it then cannot run user destructors while registry state is mutably borrowed.
Auto Trait Implementations§
impl !RefUnwindSafe for DisplacedApplicationFunction
impl !UnwindSafe for DisplacedApplicationFunction
impl Freeze for DisplacedApplicationFunction
impl Send for DisplacedApplicationFunction
impl Sync for DisplacedApplicationFunction
impl Unpin for DisplacedApplicationFunction
impl UnsafeUnpin for DisplacedApplicationFunction
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