pub struct GrpcCall {
pub method: String,
pub body: Bytes,
pub base: String,
}Fields§
§method: String§body: Bytes§base: StringTrait Implementations§
Auto Trait Implementations§
impl !Freeze for GrpcCall
impl RefUnwindSafe for GrpcCall
impl Send for GrpcCall
impl Sync for GrpcCall
impl Unpin for GrpcCall
impl UnsafeUnpin for GrpcCall
impl UnwindSafe for GrpcCall
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