pub struct MobileLobApp {
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 MobileLobApp
impl Clone for MobileLobApp
Source§fn clone(&self) -> MobileLobApp
fn clone(&self) -> MobileLobApp
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 MobileLobApp
impl Debug for MobileLobApp
Source§impl<'de> Deserialize<'de> for MobileLobApp
impl<'de> Deserialize<'de> for MobileLobApp
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 MobileLobApp
impl PartialEq for MobileLobApp
Source§impl Serialize for MobileLobApp
impl Serialize for MobileLobApp
impl Eq for MobileLobApp
impl StructuralPartialEq for MobileLobApp
Auto Trait Implementations§
impl Freeze for MobileLobApp
impl RefUnwindSafe for MobileLobApp
impl Send for MobileLobApp
impl Sync for MobileLobApp
impl Unpin for MobileLobApp
impl UnwindSafe for MobileLobApp
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