pub struct StoredRefFunc(pub Option<Stored<FuncAddr>>);Tuple Fields§
§0: Option<Stored<FuncAddr>>Trait Implementations§
Source§impl Clone for StoredRefFunc
impl Clone for StoredRefFunc
Source§fn clone(&self) -> StoredRefFunc
fn clone(&self) -> StoredRefFunc
Returns a copy 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 StoredRefFunc
impl Debug for StoredRefFunc
Source§impl From<StoredRefFunc> for StoredValue
impl From<StoredRefFunc> for StoredValue
Source§fn from(value: StoredRefFunc) -> Self
fn from(value: StoredRefFunc) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StoredRefFunc
impl PartialEq for StoredRefFunc
Source§impl StoredInteropValue for StoredRefFunc
impl StoredInteropValue for StoredRefFunc
Source§impl TryFrom<StoredValue> for StoredRefFunc
impl TryFrom<StoredValue> for StoredRefFunc
Source§type Error = ValueTypeMismatchError
type Error = ValueTypeMismatchError
The type returned in the event of a conversion error.
impl Copy for StoredRefFunc
impl StructuralPartialEq for StoredRefFunc
Auto Trait Implementations§
impl Freeze for StoredRefFunc
impl RefUnwindSafe for StoredRefFunc
impl Send for StoredRefFunc
impl Sync for StoredRefFunc
impl Unpin for StoredRefFunc
impl UnwindSafe for StoredRefFunc
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