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