pub struct Settings {Show 24 fields
pub enabled: bool,
pub hwidcheck: bool,
pub version: String,
pub webdownload: String,
pub webhook: String,
pub resellerstore: String,
pub disabledmsg: String,
pub usernametakenmsg: String,
pub licenseinvalidmsg: String,
pub keytakenmsg: String,
pub nosubmsg: String,
pub userinvalidmsg: String,
pub passinvalidmsg: String,
pub hwidmismatchmsg: String,
pub noactivesubmsg: String,
pub blackedmsg: String,
pub pausedmsg: String,
pub expiredmsg: String,
pub sellixsecret: String,
pub dayresellerproductid: String,
pub weekresellerproductid: String,
pub monthresellerproductid: String,
pub liferesellerproductid: String,
pub cooldown: String,
}Fields§
§enabled: bool§hwidcheck: bool§version: String§webdownload: String§webhook: String§resellerstore: String§disabledmsg: String§usernametakenmsg: String§licenseinvalidmsg: String§keytakenmsg: String§nosubmsg: String§userinvalidmsg: String§passinvalidmsg: String§hwidmismatchmsg: String§noactivesubmsg: String§blackedmsg: String§pausedmsg: String§expiredmsg: String§sellixsecret: String§dayresellerproductid: String§weekresellerproductid: String§monthresellerproductid: String§liferesellerproductid: String§cooldown: Stringonly used for getsettings
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Settings
impl<'de> Deserialize<'de> for Settings
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 Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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