pub struct EdgeConnectionRef { /* private fields */ }Methods from Deref<Target = EdgeConnectionInstance>§
pub fn is_alive(&self) -> bool
pub fn get_connection_ref(self: &Arc<Self>) -> EdgeConnectionRef
pub fn send_payload( &self, packet: EdgePayload, ) -> Result<(), EdgeConnectionError>
pub fn push_message( &self, endpoint: &EndpointAddr, message: Message, ) -> Result<(), EdgeConnectionError>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EdgeConnectionRef
impl !UnwindSafe for EdgeConnectionRef
impl Freeze for EdgeConnectionRef
impl Send for EdgeConnectionRef
impl Sync for EdgeConnectionRef
impl Unpin for EdgeConnectionRef
impl UnsafeUnpin for EdgeConnectionRef
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