pub struct IosCustomConfiguration {
pub payload_name: String,
pub payload_file_name: String,
pub payload: Vec<u8>,
}
Fields§
§payload_name: String
§payload_file_name: String
§payload: Vec<u8>
Trait Implementations§
Source§impl Clone for IosCustomConfiguration
impl Clone for IosCustomConfiguration
Source§fn clone(&self) -> IosCustomConfiguration
fn clone(&self) -> IosCustomConfiguration
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 IosCustomConfiguration
impl Debug for IosCustomConfiguration
Source§impl<'de> Deserialize<'de> for IosCustomConfiguration
impl<'de> Deserialize<'de> for IosCustomConfiguration
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 IosCustomConfiguration
impl PartialEq for IosCustomConfiguration
Source§impl Serialize for IosCustomConfiguration
impl Serialize for IosCustomConfiguration
impl Eq for IosCustomConfiguration
impl StructuralPartialEq for IosCustomConfiguration
Auto Trait Implementations§
impl Freeze for IosCustomConfiguration
impl RefUnwindSafe for IosCustomConfiguration
impl Send for IosCustomConfiguration
impl Sync for IosCustomConfiguration
impl Unpin for IosCustomConfiguration
impl UnwindSafe for IosCustomConfiguration
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