pub enum CoordinatesListRefView<'m> {
CoordinatesList(&'m CoordinatesList),
}Variants§
CoordinatesList(&'m CoordinatesList)
Trait Implementations§
Source§impl<'m> Clone for CoordinatesListRefView<'m>
impl<'m> Clone for CoordinatesListRefView<'m>
Source§fn clone(&self) -> CoordinatesListRefView<'m>
fn clone(&self) -> CoordinatesListRefView<'m>
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 moreimpl<'m> Copy for CoordinatesListRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for CoordinatesListRefView<'m>
impl<'m> RefUnwindSafe for CoordinatesListRefView<'m>
impl<'m> Send for CoordinatesListRefView<'m>
impl<'m> Sync for CoordinatesListRefView<'m>
impl<'m> Unpin for CoordinatesListRefView<'m>
impl<'m> UnsafeUnpin for CoordinatesListRefView<'m>
impl<'m> UnwindSafe for CoordinatesListRefView<'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