pub struct OnAreaCloned;Expand description
Called when an area of the map is cloned.
Implementations§
Trait Implementations§
Source§impl Clone for OnAreaCloned
impl Clone for OnAreaCloned
Source§fn clone(&self) -> OnAreaCloned
fn clone(&self) -> OnAreaCloned
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 Copy for OnAreaCloned
Source§impl Debug for OnAreaCloned
impl Debug for OnAreaCloned
impl Eq for OnAreaCloned
Source§impl PartialEq for OnAreaCloned
impl PartialEq for OnAreaCloned
impl StructuralPartialEq for OnAreaCloned
Auto Trait Implementations§
impl Freeze for OnAreaCloned
impl RefUnwindSafe for OnAreaCloned
impl Send for OnAreaCloned
impl Sync for OnAreaCloned
impl Unpin for OnAreaCloned
impl UnsafeUnpin for OnAreaCloned
impl UnwindSafe for OnAreaCloned
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