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