Struct wrpc_transport::frame::InvokeBuilder
source · pub struct InvokeBuilder<H = ()>(/* private fields */)
where
H: ?Sized;
Expand description
Defines invocation behavior
Implementations§
Trait Implementations§
source§impl<H> Clone for InvokeBuilder<H>
impl<H> Clone for InvokeBuilder<H>
source§fn clone(&self) -> InvokeBuilder<H>
fn clone(&self) -> InvokeBuilder<H>
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<H> Freeze for InvokeBuilder<H>where
H: ?Sized,
impl<H> RefUnwindSafe for InvokeBuilder<H>where
H: RefUnwindSafe + ?Sized,
impl<H> Send for InvokeBuilder<H>
impl<H> Sync for InvokeBuilder<H>
impl<H> Unpin for InvokeBuilder<H>
impl<H> UnwindSafe for InvokeBuilder<H>where
H: UnwindSafe + ?Sized,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)