pub struct PackInfo {
pub title: String,
pub creator: Option<String>,
pub description: Option<String>,
pub homepage: Option<String>,
pub repository: Option<String>,
pub pack_type: InstanceType,
}Fields§
§title: String§creator: Option<String>§description: Option<String>§homepage: Option<String>§repository: Option<String>§pack_type: InstanceTypeTrait Implementations§
Source§impl<'de> Deserialize<'de> for PackInfo
impl<'de> Deserialize<'de> for PackInfo
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 PackInfo
impl RefUnwindSafe for PackInfo
impl Send for PackInfo
impl Sync for PackInfo
impl Unpin for PackInfo
impl UnsafeUnpin for PackInfo
impl UnwindSafe for PackInfo
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