pub struct RPCMetadata {
pub stream_id: String,
pub client_id: String,
}Expand description
General information needed by procedure handlers
Fields§
§stream_id: StringThe stream_id of the invoked procedure
client_id: StringThe id of the client who invoked the procedure
Auto Trait Implementations§
impl Freeze for RPCMetadata
impl RefUnwindSafe for RPCMetadata
impl Send for RPCMetadata
impl Sync for RPCMetadata
impl Unpin for RPCMetadata
impl UnwindSafe for RPCMetadata
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