pub struct RefExtern(pub Option<ExternAddr>);
Tuple Fields§
§0: Option<ExternAddr>
Trait Implementations§
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