pub struct RemoteBranchIdentity {
pub remote: RemoteName,
pub branch: BranchName,
pub oid: String,
}Fields§
§remote: RemoteName§branch: BranchName§oid: StringTrait Implementations§
Source§impl Clone for RemoteBranchIdentity
impl Clone for RemoteBranchIdentity
Source§fn clone(&self) -> RemoteBranchIdentity
fn clone(&self) -> RemoteBranchIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoteBranchIdentity
impl Debug for RemoteBranchIdentity
impl Eq for RemoteBranchIdentity
Source§impl PartialEq for RemoteBranchIdentity
impl PartialEq for RemoteBranchIdentity
Source§fn eq(&self, other: &RemoteBranchIdentity) -> bool
fn eq(&self, other: &RemoteBranchIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoteBranchIdentity
Auto Trait Implementations§
impl Freeze for RemoteBranchIdentity
impl RefUnwindSafe for RemoteBranchIdentity
impl Send for RemoteBranchIdentity
impl Sync for RemoteBranchIdentity
impl Unpin for RemoteBranchIdentity
impl UnsafeUnpin for RemoteBranchIdentity
impl UnwindSafe for RemoteBranchIdentity
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