pub enum ArraySize<'a> {
    Constant(Handle<Expression<'a>>),
    Dynamic,
}Expand description
The size of an Array or BindingArray.
Variants§
Trait Implementations§
impl<'a> Copy for ArraySize<'a>
Auto Trait Implementations§
impl<'a> Freeze for ArraySize<'a>
impl<'a> RefUnwindSafe for ArraySize<'a>
impl<'a> Send for ArraySize<'a>
impl<'a> Sync for ArraySize<'a>
impl<'a> Unpin for ArraySize<'a>
impl<'a> UnwindSafe for ArraySize<'a>
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