pub struct PortalSuspended { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for PortalSuspended
impl Debug for PortalSuspended
Source§impl Message for PortalSuspended
impl Message for PortalSuspended
impl BackendMessage for PortalSuspended
Auto Trait Implementations§
impl Freeze for PortalSuspended
impl RefUnwindSafe for PortalSuspended
impl Send for PortalSuspended
impl Sync for PortalSuspended
impl Unpin for PortalSuspended
impl UnwindSafe for PortalSuspended
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