pub struct AnniLinterReviewDogJsonLineFormat(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: Serialize> AnniLinter<T> for AnniLinterReviewDogJsonLineFormat
impl<T: Serialize> AnniLinter<T> for AnniLinterReviewDogJsonLineFormat
Source§impl Default for AnniLinterReviewDogJsonLineFormat
impl Default for AnniLinterReviewDogJsonLineFormat
Source§fn default() -> AnniLinterReviewDogJsonLineFormat
fn default() -> AnniLinterReviewDogJsonLineFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnniLinterReviewDogJsonLineFormat
impl RefUnwindSafe for AnniLinterReviewDogJsonLineFormat
impl Send for AnniLinterReviewDogJsonLineFormat
impl Sync for AnniLinterReviewDogJsonLineFormat
impl Unpin for AnniLinterReviewDogJsonLineFormat
impl UnwindSafe for AnniLinterReviewDogJsonLineFormat
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