pub struct RpcErrorDetail {
pub proto_type: String,
pub proto_b62_value: String,
}Fields§
§proto_type: String§proto_b62_value: StringTrait Implementations§
Source§impl Clone for RpcErrorDetail
impl Clone for RpcErrorDetail
Source§fn clone(&self) -> RpcErrorDetail
fn clone(&self) -> RpcErrorDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RpcErrorDetail
impl RefUnwindSafe for RpcErrorDetail
impl Send for RpcErrorDetail
impl Sync for RpcErrorDetail
impl Unpin for RpcErrorDetail
impl UnsafeUnpin for RpcErrorDetail
impl UnwindSafe for RpcErrorDetail
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