pub struct Bookmark {
pub name: String,
pub commit_id: String,
pub change_id: String,
pub remote: RemoteStatus,
}Expand description
A jj bookmark with sync status.
Fields§
§name: String§commit_id: String§change_id: String§remote: RemoteStatusTrait Implementations§
impl Eq for Bookmark
impl StructuralPartialEq for Bookmark
Auto Trait Implementations§
impl Freeze for Bookmark
impl RefUnwindSafe for Bookmark
impl Send for Bookmark
impl Sync for Bookmark
impl Unpin for Bookmark
impl UnsafeUnpin for Bookmark
impl UnwindSafe for Bookmark
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