pub struct OperationEntry {
pub method_name: String,
pub operation_id: String,
}Expand description
Maps a short proto method name to its gnostic operation ID.
Fields§
§method_name: StringShort method name from proto (e.g., Authenticate).
operation_id: Stringgnostic operation ID: ServiceName_MethodName.
Trait Implementations§
Source§impl Clone for OperationEntry
impl Clone for OperationEntry
Source§fn clone(&self) -> OperationEntry
fn clone(&self) -> OperationEntry
Returns a duplicate 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 Freeze for OperationEntry
impl RefUnwindSafe for OperationEntry
impl Send for OperationEntry
impl Sync for OperationEntry
impl Unpin for OperationEntry
impl UnwindSafe for OperationEntry
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