pub struct ContentBlockStartEvent {
pub content_block_index: u32,
pub start: ContentBlockStartPayload,
}Fields§
§content_block_index: u32§start: ContentBlockStartPayloadTrait Implementations§
Source§impl Clone for ContentBlockStartEvent
impl Clone for ContentBlockStartEvent
Source§fn clone(&self) -> ContentBlockStartEvent
fn clone(&self) -> ContentBlockStartEvent
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 ContentBlockStartEvent
impl RefUnwindSafe for ContentBlockStartEvent
impl Send for ContentBlockStartEvent
impl Sync for ContentBlockStartEvent
impl Unpin for ContentBlockStartEvent
impl UnsafeUnpin for ContentBlockStartEvent
impl UnwindSafe for ContentBlockStartEvent
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