pub struct PointsToSet2 {
pub targets: HashSet<PointsToTarget>,
}Fields§
§targets: HashSet<PointsToTarget>Implementations§
Trait Implementations§
Source§impl Clone for PointsToSet2
impl Clone for PointsToSet2
Source§fn clone(&self) -> PointsToSet2
fn clone(&self) -> PointsToSet2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PointsToSet2
impl Debug for PointsToSet2
Source§impl Default for PointsToSet2
impl Default for PointsToSet2
Source§fn default() -> PointsToSet2
fn default() -> PointsToSet2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PointsToSet2
impl RefUnwindSafe for PointsToSet2
impl Send for PointsToSet2
impl Sync for PointsToSet2
impl Unpin for PointsToSet2
impl UnsafeUnpin for PointsToSet2
impl UnwindSafe for PointsToSet2
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