pub struct Array<'a, 'n: 'a> { /* private fields */ }
Expand description
An XMP array value.
Created by Element::array
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'n> Freeze for Array<'a, 'n>
impl<'a, 'n> RefUnwindSafe for Array<'a, 'n>
impl<'a, 'n> Send for Array<'a, 'n>
impl<'a, 'n> Sync for Array<'a, 'n>
impl<'a, 'n> Unpin for Array<'a, 'n>
impl<'a, 'n> !UnwindSafe for Array<'a, 'n>
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