pub struct PublicApiErrorsRule;Implementations§
Source§impl PublicApiErrorsRule
impl PublicApiErrorsRule
pub fn static_info() -> RuleInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PublicApiErrorsRule
impl RefUnwindSafe for PublicApiErrorsRule
impl Send for PublicApiErrorsRule
impl Sync for PublicApiErrorsRule
impl Unpin for PublicApiErrorsRule
impl UnsafeUnpin for PublicApiErrorsRule
impl UnwindSafe for PublicApiErrorsRule
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