pub enum RollupRoots {
Transaction = 0,
UnsignedTransaction = 1,
RuntimeCall = 2,
Address = 3,
}Expand description
Not enforced in the types, but the expected convention that should be followed when generating the schema.
Variants§
Trait Implementations§
Source§impl Clone for RollupRoots
impl Clone for RollupRoots
Source§fn clone(&self) -> RollupRoots
fn clone(&self) -> RollupRoots
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RollupRoots
impl Debug for RollupRoots
impl Copy for RollupRoots
Auto Trait Implementations§
impl Freeze for RollupRoots
impl RefUnwindSafe for RollupRoots
impl Send for RollupRoots
impl Sync for RollupRoots
impl Unpin for RollupRoots
impl UnsafeUnpin for RollupRoots
impl UnwindSafe for RollupRoots
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