pub struct DirectoryControlHandle { /* private fields */ }
Implementations§
Source§impl DirectoryControlHandle
impl DirectoryControlHandle
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 DirectoryControlHandle
impl Clone for DirectoryControlHandle
Source§fn clone(&self) -> DirectoryControlHandle
fn clone(&self) -> DirectoryControlHandle
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 DirectoryControlHandle
impl !RefUnwindSafe for DirectoryControlHandle
impl Send for DirectoryControlHandle
impl Sync for DirectoryControlHandle
impl Unpin for DirectoryControlHandle
impl !UnwindSafe for DirectoryControlHandle
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