pub struct CryptoFile {
pub file_path: String,
pub crypto_args: Option<CryptoFileArgs>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§file_path: String§crypto_args: Option<CryptoFileArgs>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for CryptoFile
impl Clone for CryptoFile
Source§fn clone(&self) -> CryptoFile
fn clone(&self) -> CryptoFile
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 moreSource§impl Debug for CryptoFile
impl Debug for CryptoFile
Source§impl<'de> Deserialize<'de> for CryptoFile
impl<'de> Deserialize<'de> for CryptoFile
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
Source§impl PartialEq for CryptoFile
impl PartialEq for CryptoFile
Source§impl Serialize for CryptoFile
impl Serialize for CryptoFile
impl StructuralPartialEq for CryptoFile
Auto Trait Implementations§
impl Freeze for CryptoFile
impl RefUnwindSafe for CryptoFile
impl Send for CryptoFile
impl Sync for CryptoFile
impl Unpin for CryptoFile
impl UnwindSafe for CryptoFile
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