pub struct MLveConfig {
pub type: String,
pub name: String,
pub id: String,
pub encrypt: String,
pub version: String,
pub list: Vec<LpkCharacter>,
}Fields§
§type: String§name: String§id: String§encrypt: String§version: String§list: Vec<LpkCharacter>Trait Implementations§
Source§impl Debug for MLveConfig
impl Debug for MLveConfig
Source§impl Default for MLveConfig
impl Default for MLveConfig
Source§fn default() -> MLveConfig
fn default() -> MLveConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MLveConfig
impl<'de> Deserialize<'de> for MLveConfig
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 MLveConfig
impl RefUnwindSafe for MLveConfig
impl Send for MLveConfig
impl Sync for MLveConfig
impl Unpin for MLveConfig
impl UnwindSafe for MLveConfig
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