pub struct ManagerChannel { /* private fields */ }
Implementations§
Source§impl ManagerChannel
impl ManagerChannel
Sourcepub fn id(&self) -> ManagerChannelId
pub fn id(&self) -> ManagerChannelId
Returns the id associated with the channel.
Sourcepub fn send(&self, req: UntypedRequest<'static>) -> Result<()>
pub fn send(&self, req: UntypedRequest<'static>) -> Result<()>
Sends the untyped request to the server on the other side of the channel.
Trait Implementations§
Source§impl Clone for ManagerChannel
impl Clone for ManagerChannel
Source§fn clone(&self) -> ManagerChannel
fn clone(&self) -> ManagerChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ManagerChannel
impl RefUnwindSafe for ManagerChannel
impl Send for ManagerChannel
impl Sync for ManagerChannel
impl Unpin for ManagerChannel
impl UnwindSafe for ManagerChannel
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