pub struct KeyTailArrayMarker<'t> {
pub array_marker: ArrayMarker<'t>,
}Expand description
Type derived for production 54
KeyTail: ArrayMarker;
Fields§
§array_marker: ArrayMarker<'t>Trait Implementations§
Source§impl<'t> Clone for KeyTailArrayMarker<'t>
impl<'t> Clone for KeyTailArrayMarker<'t>
Source§fn clone(&self) -> KeyTailArrayMarker<'t>
fn clone(&self) -> KeyTailArrayMarker<'t>
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 moreSource§impl<'t> Debug for KeyTailArrayMarker<'t>
impl<'t> Debug for KeyTailArrayMarker<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyTailArrayMarker<'t>
impl<'t> RefUnwindSafe for KeyTailArrayMarker<'t>
impl<'t> Send for KeyTailArrayMarker<'t>
impl<'t> Sync for KeyTailArrayMarker<'t>
impl<'t> Unpin for KeyTailArrayMarker<'t>
impl<'t> UnsafeUnpin for KeyTailArrayMarker<'t>
impl<'t> UnwindSafe for KeyTailArrayMarker<'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