Struct assembly_xml::universe_config::AccountInfo
source · pub struct AccountInfo {
pub send_password_url: String,
pub sign_in_url: String,
pub sign_up_url: String,
}
Expand description
Information on account registration
Fields§
§send_password_url: String
Unknown
sign_in_url: String
URL to log into an account
sign_up_url: String
URL to sign up for an account
Trait Implementations§
source§impl Debug for AccountInfo
impl Debug for AccountInfo
source§impl<'de> Deserialize<'de> for AccountInfo
impl<'de> Deserialize<'de> for AccountInfo
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 AccountInfo
impl RefUnwindSafe for AccountInfo
impl Send for AccountInfo
impl Sync for AccountInfo
impl Unpin for AccountInfo
impl UnwindSafe for AccountInfo
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