pub struct SecureVeracodeApiKey(/* private fields */);Expand description
Secure wrapper for Veracode API key that prevents exposure in debug output
Implementations§
Trait Implementations§
Source§impl Clone for SecureVeracodeApiKey
impl Clone for SecureVeracodeApiKey
Source§fn clone(&self) -> SecureVeracodeApiKey
fn clone(&self) -> SecureVeracodeApiKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SecureVeracodeApiKey
impl RefUnwindSafe for SecureVeracodeApiKey
impl Send for SecureVeracodeApiKey
impl Sync for SecureVeracodeApiKey
impl Unpin for SecureVeracodeApiKey
impl UnwindSafe for SecureVeracodeApiKey
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