pub struct DontHave {
pub type_: MessageType,
pub reqHash: uint256,
}Fields§
§type_: MessageType§reqHash: uint256Trait Implementations§
impl Copy for DontHave
impl Eq for DontHave
impl StructuralPartialEq for DontHave
Auto Trait Implementations§
impl Freeze for DontHave
impl RefUnwindSafe for DontHave
impl Send for DontHave
impl Sync for DontHave
impl Unpin for DontHave
impl UnwindSafe for DontHave
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