Struct jj_lib::op_store::RemoteView
source · pub struct RemoteView {
pub branches: BTreeMap<String, RemoteRef>,
}
Expand description
Represents the state of the remote repo.
Fields§
§branches: BTreeMap<String, RemoteRef>
Trait Implementations§
source§impl Clone for RemoteView
impl Clone for RemoteView
source§fn clone(&self) -> RemoteView
fn clone(&self) -> RemoteView
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl ContentHash for RemoteView
impl ContentHash for RemoteView
source§impl Debug for RemoteView
impl Debug for RemoteView
source§impl Default for RemoteView
impl Default for RemoteView
source§fn default() -> RemoteView
fn default() -> RemoteView
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoteView
impl PartialEq for RemoteView
source§fn eq(&self, other: &RemoteView) -> bool
fn eq(&self, other: &RemoteView) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RemoteView
impl StructuralEq for RemoteView
impl StructuralPartialEq for RemoteView
Auto Trait Implementations§
impl RefUnwindSafe for RemoteView
impl Send for RemoteView
impl Sync for RemoteView
impl Unpin for RemoteView
impl UnwindSafe for RemoteView
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more