pub struct ManagedMobileLobApp {
pub committed_content_version: String,
pub file_name: String,
pub size: i64,
pub content_versions: Vec<MobileAppContent>,
}
Fields§
§committed_content_version: String
§file_name: String
§size: i64
§content_versions: Vec<MobileAppContent>
Trait Implementations§
Source§impl Clone for ManagedMobileLobApp
impl Clone for ManagedMobileLobApp
Source§fn clone(&self) -> ManagedMobileLobApp
fn clone(&self) -> ManagedMobileLobApp
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 ManagedMobileLobApp
impl Debug for ManagedMobileLobApp
Source§impl<'de> Deserialize<'de> for ManagedMobileLobApp
impl<'de> Deserialize<'de> for ManagedMobileLobApp
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 ManagedMobileLobApp
impl PartialEq for ManagedMobileLobApp
Source§impl Serialize for ManagedMobileLobApp
impl Serialize for ManagedMobileLobApp
impl Eq for ManagedMobileLobApp
impl StructuralPartialEq for ManagedMobileLobApp
Auto Trait Implementations§
impl Freeze for ManagedMobileLobApp
impl RefUnwindSafe for ManagedMobileLobApp
impl Send for ManagedMobileLobApp
impl Sync for ManagedMobileLobApp
impl Unpin for ManagedMobileLobApp
impl UnwindSafe for ManagedMobileLobApp
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