pub struct FoundSecret {
pub secret_type: String,
pub value: String,
pub start: usize,
pub end: usize,
}
Fields§
§secret_type: String
§value: String
§start: usize
§end: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FoundSecret
impl RefUnwindSafe for FoundSecret
impl Send for FoundSecret
impl Sync for FoundSecret
impl Unpin for FoundSecret
impl UnwindSafe for FoundSecret
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