pub struct SafeModuleHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SafeModuleHandle
impl Clone for SafeModuleHandle
Source§fn clone(&self) -> SafeModuleHandle
fn clone(&self) -> SafeModuleHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SafeModuleHandle
impl Debug for SafeModuleHandle
Source§impl Deref for SafeModuleHandle
impl Deref for SafeModuleHandle
impl Send for SafeModuleHandle
impl Sync for SafeModuleHandle
Auto Trait Implementations§
impl Freeze for SafeModuleHandle
impl RefUnwindSafe for SafeModuleHandle
impl Unpin for SafeModuleHandle
impl UnwindSafe for SafeModuleHandle
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