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