Struct everscale_network::proto::overlay::NodeToSign
source · [−]Fields
id: HashRef<'tl>overlay: HashRef<'tl>version: u32Trait Implementations
Auto Trait Implementations
impl<'tl> RefUnwindSafe for NodeToSign<'tl>
impl<'tl> Send for NodeToSign<'tl>
impl<'tl> Sync for NodeToSign<'tl>
impl<'tl> Unpin for NodeToSign<'tl>
impl<'tl> UnwindSafe for NodeToSign<'tl>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more