pub struct Codeship {
pub branch: String,
pub build_number: String,
pub build_url: String,
pub committer_email: String,
pub committer_name: String,
pub committer_username: String,
pub commit_id: String,
pub message: String,
pub repo_name: String,
/* private fields */
}Expand description
Fields§
§branch: String§build_number: String§build_url: String§committer_email: String§committer_name: String§committer_username: String§commit_id: String§message: String§repo_name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Codeship
impl RefUnwindSafe for Codeship
impl Send for Codeship
impl Sync for Codeship
impl Unpin for Codeship
impl UnwindSafe for Codeship
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