pub struct FederationAnalyzerRule {}
Implementations§
Trait Implementations§
source§impl AnalyzerRule for FederationAnalyzerRule
impl AnalyzerRule for FederationAnalyzerRule
source§impl Default for FederationAnalyzerRule
impl Default for FederationAnalyzerRule
source§fn default() -> FederationAnalyzerRule
fn default() -> FederationAnalyzerRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FederationAnalyzerRule
impl Send for FederationAnalyzerRule
impl Sync for FederationAnalyzerRule
impl Unpin for FederationAnalyzerRule
impl UnwindSafe for FederationAnalyzerRule
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