pub struct ProductSection {
pub id: String,
pub name: String,
pub version: String,
pub description: String,
}Fields§
§id: StringReverse-DNS identifier. Also scopes credentials in the OS keychain.
name: String§version: String§description: StringTrait Implementations§
Source§impl Clone for ProductSection
impl Clone for ProductSection
Source§fn clone(&self) -> ProductSection
fn clone(&self) -> ProductSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProductSection
impl Debug for ProductSection
Source§impl<'de> Deserialize<'de> for ProductSection
impl<'de> Deserialize<'de> for ProductSection
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 ProductSection
impl RefUnwindSafe for ProductSection
impl Send for ProductSection
impl Sync for ProductSection
impl Unpin for ProductSection
impl UnsafeUnpin for ProductSection
impl UnwindSafe for ProductSection
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