Struct project2::repository::Branch
source · pub struct Branch {
pub name: Box<str, Global>,
pub unix_timestamp: Option<i64>,
}
Fields§
§name: Box<str, Global>
§unix_timestamp: Option<i64>
Timestamp of most recent commit, normalized to Unix Epoch format.
Trait Implementations§
source§impl PartialEq<Branch> for Branch
impl PartialEq<Branch> for Branch
impl StructuralPartialEq for Branch
Auto Trait Implementations§
impl RefUnwindSafe for Branch
impl Send for Branch
impl Sync for Branch
impl Unpin for Branch
impl UnwindSafe for Branch
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