Struct zk_kit_smt::smt::EntryResponse
source · pub struct EntryResponse {
pub entry: Vec<Node>,
pub matching_entry: Option<Vec<Node>>,
pub siblings: Siblings,
}
Fields§
§entry: Vec<Node>
§matching_entry: Option<Vec<Node>>
§siblings: Siblings
Auto Trait Implementations§
impl Freeze for EntryResponse
impl RefUnwindSafe for EntryResponse
impl Send for EntryResponse
impl Sync for EntryResponse
impl Unpin for EntryResponse
impl UnwindSafe for EntryResponse
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