pub struct NodeControlHandle { /* private fields */ }
Implementations§
Source§impl NodeControlHandle
impl NodeControlHandle
pub fn send_on_open_( &self, s: i32, info: Option<NodeInfoDeprecated>, ) -> Result<(), Error>
pub fn send_on_representation( &self, payload: Representation, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for NodeControlHandle
impl Clone for NodeControlHandle
Source§fn clone(&self) -> NodeControlHandle
fn clone(&self) -> NodeControlHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for NodeControlHandle
impl !RefUnwindSafe for NodeControlHandle
impl Send for NodeControlHandle
impl Sync for NodeControlHandle
impl Unpin for NodeControlHandle
impl !UnwindSafe for NodeControlHandle
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