pub struct CiInfo {
pub git_merge_commit_email: String,
pub nightly_branch: String,
pub base_commit: Option<String>,
pub ci_env: CiEnv,
}
Fields§
§git_merge_commit_email: String
§nightly_branch: String
§base_commit: Option<String>
§ci_env: CiEnv
Implementations§
Auto Trait Implementations§
impl Freeze for CiInfo
impl RefUnwindSafe for CiInfo
impl Send for CiInfo
impl Sync for CiInfo
impl Unpin for CiInfo
impl UnwindSafe for CiInfo
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> Pointable for T
impl<T> Pointable for T
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: 80 bytes