pub struct PolygonsDebug<'a>(pub &'a Polygons);Tuple Fields§
§0: &'a PolygonsTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PolygonsDebug<'a>
impl<'a> RefUnwindSafe for PolygonsDebug<'a>
impl<'a> !Send for PolygonsDebug<'a>
impl<'a> !Sync for PolygonsDebug<'a>
impl<'a> Unpin for PolygonsDebug<'a>
impl<'a> UnwindSafe for PolygonsDebug<'a>
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