pub struct SszSchema { /* private fields */ }
Expand description
High level SSZ schema.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SszSchema
impl RefUnwindSafe for SszSchema
impl Send for SszSchema
impl Sync for SszSchema
impl Unpin for SszSchema
impl UnwindSafe for SszSchema
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