pub struct RemoteRef {
pub kind: String,
pub name: String,
pub hash: String,
}Expand description
A reference on a remote (name + hash)
Fields§
§kind: String§name: String§hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteRef
impl RefUnwindSafe for RemoteRef
impl Send for RemoteRef
impl Sync for RemoteRef
impl Unpin for RemoteRef
impl UnsafeUnpin for RemoteRef
impl UnwindSafe for RemoteRef
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