pub struct ArrayData<'m> {
pub array_name: Option<&'m str>,
pub element_name: Option<&'m str>,
}
Fields§
§array_name: Option<&'m str>
§element_name: Option<&'m str>
Trait Implementations§
Auto Trait Implementations§
impl<'m> Freeze for ArrayData<'m>
impl<'m> RefUnwindSafe for ArrayData<'m>
impl<'m> Send for ArrayData<'m>
impl<'m> Sync for ArrayData<'m>
impl<'m> Unpin for ArrayData<'m>
impl<'m> UnwindSafe for ArrayData<'m>
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