pub struct Rec {
pub v: u8,
pub vk: String,
pub pk: String,
pub kind: PayloadKind,
pub payload: Value,
pub parent: Option<String>,
pub id: String,
pub sig: String,
}Fields§
§v: u8§vk: String§pk: String§kind: PayloadKind§payload: Value§parent: Option<String>§id: String§sig: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Rec
impl RefUnwindSafe for Rec
impl Send for Rec
impl Sync for Rec
impl Unpin for Rec
impl UnwindSafe for Rec
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