pub struct RemoteCall { /* private fields */ }
Expand description
Builder for the RemoteCall
operation.
Implementations§
Trait Implementations§
Source§impl Debug for RemoteCall
impl Debug for RemoteCall
Source§impl Default for RemoteCall
impl Default for RemoteCall
Source§fn default() -> RemoteCall
fn default() -> RemoteCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoteCall
impl RefUnwindSafe for RemoteCall
impl Send for RemoteCall
impl Sync for RemoteCall
impl Unpin for RemoteCall
impl UnwindSafe for RemoteCall
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