pub struct ContentBlockStopEvent {
pub content_block_index: u32,
}Fields§
§content_block_index: u32Trait Implementations§
Source§impl Clone for ContentBlockStopEvent
impl Clone for ContentBlockStopEvent
Source§fn clone(&self) -> ContentBlockStopEvent
fn clone(&self) -> ContentBlockStopEvent
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 moreAuto Trait Implementations§
impl Freeze for ContentBlockStopEvent
impl RefUnwindSafe for ContentBlockStopEvent
impl Send for ContentBlockStopEvent
impl Sync for ContentBlockStopEvent
impl Unpin for ContentBlockStopEvent
impl UnsafeUnpin for ContentBlockStopEvent
impl UnwindSafe for ContentBlockStopEvent
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