pub struct StandardConfig;
Expand description
The configuration of a standard full node of the rollup which does not create zk proofs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StandardConfig
impl RefUnwindSafe for StandardConfig
impl Send for StandardConfig
impl Sync for StandardConfig
impl Unpin for StandardConfig
impl UnwindSafe for StandardConfig
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