pub struct PortalRef { /* private fields */ }
Expand description
References a portal
Implementations§
Trait Implementations§
impl Copy for PortalRef
impl StructuralPartialEq for PortalRef
Auto Trait Implementations§
impl Freeze for PortalRef
impl RefUnwindSafe for PortalRef
impl Send for PortalRef
impl Sync for PortalRef
impl Unpin for PortalRef
impl UnwindSafe for PortalRef
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