struct AccessStack {
stack: Vec<Access>,
array_depth: usize,
}
Fields§
§stack: Vec<Access>
§array_depth: usize
Implementations§
source§impl AccessStack
impl AccessStack
Auto Trait Implementations§
impl Freeze for AccessStack
impl RefUnwindSafe for AccessStack
impl Send for AccessStack
impl Sync for AccessStack
impl Unpin for AccessStack
impl UnwindSafe for AccessStack
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