pub struct RemoteCandidate {
pub branch: String,
pub last_commit: DateTime<Utc>,
}Fields§
§branch: String§last_commit: DateTime<Utc>Auto Trait Implementations§
impl Freeze for RemoteCandidate
impl RefUnwindSafe for RemoteCandidate
impl Send for RemoteCandidate
impl Sync for RemoteCandidate
impl Unpin for RemoteCandidate
impl UnsafeUnpin for RemoteCandidate
impl UnwindSafe for RemoteCandidate
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