pub struct UnexpectedRpcAddressNetwork {
pub expected: Network,
pub got: Network,
}
Fields§
§expected: Network
§got: Network
Trait Implementations§
source§impl Debug for UnexpectedRpcAddressNetwork
impl Debug for UnexpectedRpcAddressNetwork
Auto Trait Implementations§
impl RefUnwindSafe for UnexpectedRpcAddressNetwork
impl Send for UnexpectedRpcAddressNetwork
impl Sync for UnexpectedRpcAddressNetwork
impl Unpin for UnexpectedRpcAddressNetwork
impl UnwindSafe for UnexpectedRpcAddressNetwork
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