pub struct Inv {
pub objects: Vec<InvVect>,
}
Expand description
Inventory payload describing objects a node knows about
Fields§
§objects: Vec<InvVect>
List of objects announced
Trait Implementations§
Source§impl Serializable<Inv> for Inv
impl Serializable<Inv> for Inv
impl Eq for Inv
impl StructuralPartialEq for Inv
Auto Trait Implementations§
impl Freeze for Inv
impl RefUnwindSafe for Inv
impl Send for Inv
impl Sync for Inv
impl Unpin for Inv
impl UnwindSafe for Inv
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