pub struct OkfBundle {
pub repo: PathBuf,
pub bundle: PathBuf,
pub peer: String,
}Expand description
A workspace member’s published OKF bundle.
Fields§
§repo: PathBufThe member repository’s working-tree root.
bundle: PathBufThe bundle directory inside it.
peer: StringThe peer name: the member repository’s directory name, which is also the
project name [build_registry] derives and the --peer default
roteiro import --from okf uses. One name, so a bundle discovered
automatically and the same bundle imported by hand land on one import
layer rather than two.
Trait Implementations§
impl Eq for OkfBundle
impl StructuralPartialEq for OkfBundle
Auto Trait Implementations§
impl Freeze for OkfBundle
impl RefUnwindSafe for OkfBundle
impl Send for OkfBundle
impl Sync for OkfBundle
impl Unpin for OkfBundle
impl UnsafeUnpin for OkfBundle
impl UnwindSafe for OkfBundle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.