pub struct ArrayDimensions(pub String);Expand description
Array dimensions as a comma separated list of lengths
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ArrayDimensions
impl Clone for ArrayDimensions
Source§fn clone(&self) -> ArrayDimensions
fn clone(&self) -> ArrayDimensions
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 moreSource§impl Debug for ArrayDimensions
impl Debug for ArrayDimensions
Source§impl Default for ArrayDimensions
impl Default for ArrayDimensions
Source§fn default() -> ArrayDimensions
fn default() -> ArrayDimensions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArrayDimensions
impl RefUnwindSafe for ArrayDimensions
impl Send for ArrayDimensions
impl Sync for ArrayDimensions
impl Unpin for ArrayDimensions
impl UnwindSafe for ArrayDimensions
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