pub struct RustDecree;Trait Implementations§
Source§impl Decree for RustDecree
impl Decree for RustDecree
Source§fn lint(&self, _path: &str, source: &str) -> Diagnostics
fn lint(&self, _path: &str, source: &str) -> Diagnostics
Lint a single file, returning diagnostics.
path is UTF-8.Source§fn metadata(&self) -> DecreeMetadata
fn metadata(&self) -> DecreeMetadata
Metadata for versioning and capabilities.
Source§impl Default for RustDecree
impl Default for RustDecree
Source§fn default() -> RustDecree
fn default() -> RustDecree
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RustDecree
impl RefUnwindSafe for RustDecree
impl Send for RustDecree
impl Sync for RustDecree
impl Unpin for RustDecree
impl UnwindSafe for RustDecree
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