pub struct UnknownArrayStrideHole { /* private fields */ }Expand description
A hole created from the declaration of an array without the array stride decoration.
Can be resolved, by resolving the element type hint.
Implementations§
Trait Implementations§
Source§impl Clone for UnknownArrayStrideHole
impl Clone for UnknownArrayStrideHole
Source§fn clone(&self) -> UnknownArrayStrideHole
fn clone(&self) -> UnknownArrayStrideHole
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnknownArrayStrideHole
impl RefUnwindSafe for UnknownArrayStrideHole
impl Send for UnknownArrayStrideHole
impl Sync for UnknownArrayStrideHole
impl Unpin for UnknownArrayStrideHole
impl UnsafeUnpin for UnknownArrayStrideHole
impl UnwindSafe for UnknownArrayStrideHole
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