pub struct ProviderHandle {
pub uid: i32,
pub no_release_needed: bool,
}Fields§
§uid: i32§no_release_needed: boolAuto Trait Implementations§
impl Freeze for ProviderHandle
impl RefUnwindSafe for ProviderHandle
impl Send for ProviderHandle
impl Sync for ProviderHandle
impl Unpin for ProviderHandle
impl UnsafeUnpin for ProviderHandle
impl UnwindSafe for ProviderHandle
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