Struct bootstrap::config::Stage0Config
source · pub struct Stage0Config {
pub dist_server: String,
pub artifacts_server: String,
pub artifacts_with_llvm_assertions_server: String,
pub git_merge_commit_email: String,
pub nightly_branch: String,
}
Fields§
§dist_server: String
§artifacts_server: String
§artifacts_with_llvm_assertions_server: String
§git_merge_commit_email: String
§nightly_branch: String
Trait Implementations§
source§impl Clone for Stage0Config
impl Clone for Stage0Config
source§fn clone(&self) -> Stage0Config
fn clone(&self) -> Stage0Config
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for Stage0Config
impl Default for Stage0Config
source§fn default() -> Stage0Config
fn default() -> Stage0Config
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Stage0Config
impl<'de> Deserialize<'de> for Stage0Config
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 RefUnwindSafe for Stage0Config
impl Send for Stage0Config
impl Sync for Stage0Config
impl Unpin for Stage0Config
impl UnwindSafe for Stage0Config
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
impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 120 bytes