pub struct SecretRecord {
pub id: String,
pub allocated_at: DateTime<Utc>,
pub zeroized: bool,
pub size_bytes: usize,
}Fields§
§id: String§allocated_at: DateTime<Utc>§zeroized: bool§size_bytes: usizeTrait Implementations§
Source§impl Clone for SecretRecord
impl Clone for SecretRecord
Source§fn clone(&self) -> SecretRecord
fn clone(&self) -> SecretRecord
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 moreAuto Trait Implementations§
impl Freeze for SecretRecord
impl RefUnwindSafe for SecretRecord
impl Send for SecretRecord
impl Sync for SecretRecord
impl Unpin for SecretRecord
impl UnsafeUnpin for SecretRecord
impl UnwindSafe for SecretRecord
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