Struct snarkvm_parameters::testnet3::genesis::GenesisBytes
source · pub struct GenesisBytes;
Implementations§
source§impl GenesisBytes
impl GenesisBytes
pub const fn load_bytes() -> &'static [u8] ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for GenesisBytes
impl Send for GenesisBytes
impl Sync for GenesisBytes
impl Unpin for GenesisBytes
impl UnwindSafe for GenesisBytes
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