pub struct Rpc<Name, Q: RpcType, R: RpcType> {
pub name: Name,
/* private fields */
}Fields§
§name: NameImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<Name, Q, R> Freeze for Rpc<Name, Q, R>where
Name: Freeze,
impl<Name, Q, R> RefUnwindSafe for Rpc<Name, Q, R>
impl<Name, Q, R> Send for Rpc<Name, Q, R>
impl<Name, Q, R> Sync for Rpc<Name, Q, R>
impl<Name, Q, R> Unpin for Rpc<Name, Q, R>
impl<Name, Q, R> UnwindSafe for Rpc<Name, Q, R>
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