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