pub struct MetadataJson {
pub contact_email: String,
pub contact_name: String,
pub checksum: String,
}
Expand description
§Represents the fields to be anonymised
Fields§
§contact_email: String
§contact_name: String
§checksum: String
Auto Trait Implementations§
impl Freeze for MetadataJson
impl RefUnwindSafe for MetadataJson
impl Send for MetadataJson
impl Sync for MetadataJson
impl Unpin for MetadataJson
impl UnwindSafe for MetadataJson
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