pub struct NeighbourhoodExpression {
pub author: String,
pub data: Neighbourhood,
pub proof: ExpressionProof,
pub timestamp: String,
}
Fields§
§data: Neighbourhood
§proof: ExpressionProof
§timestamp: String
Auto Trait Implementations§
impl Freeze for NeighbourhoodExpression
impl RefUnwindSafe for NeighbourhoodExpression
impl Send for NeighbourhoodExpression
impl Sync for NeighbourhoodExpression
impl Unpin for NeighbourhoodExpression
impl UnwindSafe for NeighbourhoodExpression
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