pub struct OnSegmentEntityCreated;Expand description
Called when an individual segment of a SegmentedUnit is created.
Implementations§
Trait Implementations§
Source§impl Clone for OnSegmentEntityCreated
impl Clone for OnSegmentEntityCreated
Source§fn clone(&self) -> OnSegmentEntityCreated
fn clone(&self) -> OnSegmentEntityCreated
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 OnSegmentEntityCreated
Source§impl Debug for OnSegmentEntityCreated
impl Debug for OnSegmentEntityCreated
impl Eq for OnSegmentEntityCreated
Source§impl PartialEq for OnSegmentEntityCreated
impl PartialEq for OnSegmentEntityCreated
impl StructuralPartialEq for OnSegmentEntityCreated
Auto Trait Implementations§
impl Freeze for OnSegmentEntityCreated
impl RefUnwindSafe for OnSegmentEntityCreated
impl Send for OnSegmentEntityCreated
impl Sync for OnSegmentEntityCreated
impl Unpin for OnSegmentEntityCreated
impl UnsafeUnpin for OnSegmentEntityCreated
impl UnwindSafe for OnSegmentEntityCreated
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