pub struct NumericArrayAttr<T: AttribAccess>(/* private fields */);
Implementations§
Source§impl<T: AttribAccess> NumericArrayAttr<T>
impl<T: AttribAccess> NumericArrayAttr<T>
Auto Trait Implementations§
impl<T> Freeze for NumericArrayAttr<T>
impl<T> !RefUnwindSafe for NumericArrayAttr<T>
impl<T> Send for NumericArrayAttr<T>
impl<T> Sync for NumericArrayAttr<T>where
T: Sync,
impl<T> Unpin for NumericArrayAttr<T>where
T: Unpin,
impl<T> !UnwindSafe for NumericArrayAttr<T>
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