Struct jj_cli::commit_templater::ShortestIdPrefix
source · pub struct ShortestIdPrefix {
pub prefix: String,
pub rest: String,
}Fields§
§prefix: String§rest: StringTrait Implementations§
source§impl Template for ShortestIdPrefix
impl Template for ShortestIdPrefix
Auto Trait Implementations§
impl Freeze for ShortestIdPrefix
impl RefUnwindSafe for ShortestIdPrefix
impl Send for ShortestIdPrefix
impl Sync for ShortestIdPrefix
impl Unpin for ShortestIdPrefix
impl UnwindSafe for ShortestIdPrefix
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