pub struct MappingMetadata {
pub created_at: String,
pub obfuscation_level: String,
pub hash_salt: Option<String>,
}Fields§
§created_at: String§obfuscation_level: String§hash_salt: Option<String>Trait Implementations§
Source§impl Clone for MappingMetadata
impl Clone for MappingMetadata
Source§fn clone(&self) -> MappingMetadata
fn clone(&self) -> MappingMetadata
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 MappingMetadata
impl Debug for MappingMetadata
Source§impl<'de> Deserialize<'de> for MappingMetadata
impl<'de> Deserialize<'de> for MappingMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MappingMetadata
impl RefUnwindSafe for MappingMetadata
impl Send for MappingMetadata
impl Sync for MappingMetadata
impl Unpin for MappingMetadata
impl UnsafeUnpin for MappingMetadata
impl UnwindSafe for MappingMetadata
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