pub struct IOPattern(pub Vec<SpongeOp>);Expand description
The type describing the I/O pattern of a sponge, at a term level.
Tuple Fields§
§0: Vec<SpongeOp>Trait Implementations§
impl StructuralPartialEq for IOPattern
Auto Trait Implementations§
impl Freeze for IOPattern
impl RefUnwindSafe for IOPattern
impl Send for IOPattern
impl Sync for IOPattern
impl Unpin for IOPattern
impl UnwindSafe for IOPattern
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