pub struct RpcInfo {
pub computer_name: String,
}
Expand description
Contains information about an RPC endpoint
Fields§
§computer_name: String
The name of the computer to connect to. SHOULD be no more than 127 MBCS characters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcInfo
impl RefUnwindSafe for RpcInfo
impl Send for RpcInfo
impl Sync for RpcInfo
impl Unpin for RpcInfo
impl UnwindSafe for RpcInfo
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