pub struct GrpcNode {
pub id: String,
pub service_url: String,
pub method: String,
}Fields§
§id: String§service_url: String§method: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrpcNode
impl RefUnwindSafe for GrpcNode
impl Send for GrpcNode
impl Sync for GrpcNode
impl Unpin for GrpcNode
impl UnwindSafe for GrpcNode
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