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