pub struct RefExtern(pub Option<ExternAddr>);Tuple Fields§
§0: Option<ExternAddr>Trait Implementations§
Source§impl From<RefExtern> for StoredValue
impl From<RefExtern> for StoredValue
Source§impl TryFrom<StoredValue> for RefExtern
impl TryFrom<StoredValue> for RefExtern
Source§type Error = ValueTypeMismatchError
type Error = ValueTypeMismatchError
The type returned in the event of a conversion error.
impl Copy for RefExtern
impl StructuralPartialEq for RefExtern
Auto Trait Implementations§
impl Freeze for RefExtern
impl RefUnwindSafe for RefExtern
impl Send for RefExtern
impl Sync for RefExtern
impl Unpin for RefExtern
impl UnwindSafe for RefExtern
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