pub struct RcpAddressNetworkInconsistent {
pub from_network: Network,
pub to_network: Network,
}
Fields§
§from_network: Network
§to_network: Network
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RcpAddressNetworkInconsistent
impl Send for RcpAddressNetworkInconsistent
impl Sync for RcpAddressNetworkInconsistent
impl Unpin for RcpAddressNetworkInconsistent
impl UnwindSafe for RcpAddressNetworkInconsistent
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