pub struct GenesisBytes;
Implementations§
Source§impl GenesisBytes
impl GenesisBytes
pub const fn load_bytes() -> &'static [u8] ⓘ
Auto Trait Implementations§
impl Freeze for GenesisBytes
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