pub struct Reveal {
pub random_id: RandomId,
pub indexes: Vec<usize>,
}Fields§
§random_id: RandomId§indexes: Vec<usize>Trait Implementations§
Source§impl BorshDeserialize for Reveal
impl BorshDeserialize for Reveal
Source§impl BorshSerialize for Reveal
impl BorshSerialize for Reveal
impl Eq for Reveal
impl StructuralPartialEq for Reveal
Auto Trait Implementations§
impl Freeze for Reveal
impl RefUnwindSafe for Reveal
impl Send for Reveal
impl Sync for Reveal
impl Unpin for Reveal
impl UnwindSafe for Reveal
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