Struct puffin_build::harness::put::Put
source · pub struct Put {
library: Library,
harness: Harness,
objects: Vec<PathBuf>,
}
Fields§
§library: Library
§harness: Harness
§objects: Vec<PathBuf>
Implementations§
source§impl Put
impl Put
pub fn new(library: Library, harness: Harness, objects: Vec<PathBuf>) -> Self
pub fn name(&self) -> String
pub fn id(&self) -> String
pub fn library(&self) -> Library
pub fn harness(&self) -> Harness
pub fn objects(&self) -> Vec<PathBuf>
pub fn rust_registration(&self) -> String
pub fn print_cargo_metadata(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Put
impl RefUnwindSafe for Put
impl Send for Put
impl Sync for Put
impl Unpin for Put
impl UnwindSafe for Put
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)