pub struct FindingKeyInput {
pub finding_kind: EligibleFindingKind,
pub scope: FindingScope,
}Fields§
§finding_kind: EligibleFindingKind§scope: FindingScopeTrait Implementations§
Source§impl Clone for FindingKeyInput
impl Clone for FindingKeyInput
Source§fn clone(&self) -> FindingKeyInput
fn clone(&self) -> FindingKeyInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FindingKeyInput
impl Debug for FindingKeyInput
impl Eq for FindingKeyInput
Source§impl PartialEq for FindingKeyInput
impl PartialEq for FindingKeyInput
impl StructuralPartialEq for FindingKeyInput
Auto Trait Implementations§
impl Freeze for FindingKeyInput
impl RefUnwindSafe for FindingKeyInput
impl Send for FindingKeyInput
impl Sync for FindingKeyInput
impl Unpin for FindingKeyInput
impl UnsafeUnpin for FindingKeyInput
impl UnwindSafe for FindingKeyInput
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