pub struct NodeToSign<'tl> {
pub id: HashRef<'tl>,
pub overlay: HashRef<'tl>,
pub version: u32,
}Fields§
§id: HashRef<'tl>§overlay: HashRef<'tl>§version: u32Trait Implementations§
Auto Trait Implementations§
impl<'tl> Freeze for NodeToSign<'tl>
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§
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