pub struct ClientSide;
Expand description
Marker type representing the client side of an ACP connection.
This type is used by the RPC layer to determine which messages are incoming vs outgoing from the client’s perspective.
See protocol docs: Communication Model
Trait Implementations§
Source§impl Clone for ClientSide
impl Clone for ClientSide
Source§fn clone(&self) -> ClientSide
fn clone(&self) -> ClientSide
Returns a duplicate 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 ClientSide
impl RefUnwindSafe for ClientSide
impl Send for ClientSide
impl Sync for ClientSide
impl Unpin for ClientSide
impl UnwindSafe for ClientSide
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