pub struct BundleIdAttributes {
pub identifier: String,
pub name: String,
pub platform: String,
pub seed_id: String,
}
Fields§
§identifier: String
§name: String
§platform: String
§seed_id: String
Trait Implementations§
Source§impl Debug for BundleIdAttributes
impl Debug for BundleIdAttributes
Source§impl<'de> Deserialize<'de> for BundleIdAttributes
impl<'de> Deserialize<'de> for BundleIdAttributes
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
Auto Trait Implementations§
impl Freeze for BundleIdAttributes
impl RefUnwindSafe for BundleIdAttributes
impl Send for BundleIdAttributes
impl Sync for BundleIdAttributes
impl Unpin for BundleIdAttributes
impl UnwindSafe for BundleIdAttributes
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