pub struct PostStartHooks { /* private fields */ }Expand description
An authored post_start hook sequence, including an explicit empty sequence.
Implementations§
Source§impl PostStartHooks
impl PostStartHooks
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the complete hook sequence span.
Sourcepub fn entries(&self) -> &[PostStartHook]
pub fn entries(&self) -> &[PostStartHook]
Returns all hook and malformed entries in physical authored order.
Trait Implementations§
Source§impl Clone for PostStartHooks
impl Clone for PostStartHooks
Source§fn clone(&self) -> PostStartHooks
fn clone(&self) -> PostStartHooks
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 moreSource§impl Debug for PostStartHooks
impl Debug for PostStartHooks
impl Eq for PostStartHooks
Source§impl PartialEq for PostStartHooks
impl PartialEq for PostStartHooks
impl StructuralPartialEq for PostStartHooks
Auto Trait Implementations§
impl Freeze for PostStartHooks
impl RefUnwindSafe for PostStartHooks
impl Send for PostStartHooks
impl Sync for PostStartHooks
impl Unpin for PostStartHooks
impl UnsafeUnpin for PostStartHooks
impl UnwindSafe for PostStartHooks
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