pub struct Develop { /* private fields */ }Expand description
Side-effect-free develop watch configuration.
Implementations§
Source§impl Develop
impl Develop
pub const fn span(&self) -> SourceSpan
pub fn watch(&self) -> &[DevelopWatch]
pub fn unmodeled_fields(&self) -> &[FieldReference]
Sourcepub fn unmodeled_items(&self) -> &[SourceSpan]
pub fn unmodeled_items(&self) -> &[SourceSpan]
Returns exact spans of malformed watch items retained in the syntax document.
Trait Implementations§
impl Eq for Develop
impl StructuralPartialEq for Develop
Auto Trait Implementations§
impl Freeze for Develop
impl RefUnwindSafe for Develop
impl Send for Develop
impl Sync for Develop
impl Unpin for Develop
impl UnsafeUnpin for Develop
impl UnwindSafe for Develop
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