pub struct StackElement {
pub bytes: Vec<u8>,
}
Fields§
§bytes: Vec<u8>
Implementations§
Auto Trait Implementations§
impl Freeze for StackElement
impl RefUnwindSafe for StackElement
impl Send for StackElement
impl Sync for StackElement
impl Unpin for StackElement
impl UnwindSafe for StackElement
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