pub struct ArrayTypeDef<'tn> { /* private fields */ }Expand description
The definition of an array type.
Implementations§
Source§impl<'tn> ArrayTypeDef<'tn>
impl<'tn> ArrayTypeDef<'tn>
Sourcepub fn into_type_name(self) -> LookupName
pub fn into_type_name(self) -> LookupName
Convert this back into a LookupName.
Sourcepub fn param_def(&self) -> LookupNameDef<'tn>
pub fn param_def(&self) -> LookupNameDef<'tn>
The array type parameter.
Trait Implementations§
Source§impl<'tn> Clone for ArrayTypeDef<'tn>
impl<'tn> Clone for ArrayTypeDef<'tn>
Source§fn clone(&self) -> ArrayTypeDef<'tn>
fn clone(&self) -> ArrayTypeDef<'tn>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'tn> Copy for ArrayTypeDef<'tn>
Auto Trait Implementations§
impl<'tn> Freeze for ArrayTypeDef<'tn>
impl<'tn> RefUnwindSafe for ArrayTypeDef<'tn>
impl<'tn> Send for ArrayTypeDef<'tn>
impl<'tn> Sync for ArrayTypeDef<'tn>
impl<'tn> Unpin for ArrayTypeDef<'tn>
impl<'tn> UnsafeUnpin for ArrayTypeDef<'tn>
impl<'tn> UnwindSafe for ArrayTypeDef<'tn>
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