pub struct LibraryMetadata {
pub name: String,
pub version: Option<String>,
pub documentation: String,
pub entry_point: PathBuf,
}Fields§
§name: String§version: Option<String>§documentation: String§entry_point: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for LibraryMetadata
impl RefUnwindSafe for LibraryMetadata
impl Send for LibraryMetadata
impl Sync for LibraryMetadata
impl Unpin for LibraryMetadata
impl UnwindSafe for LibraryMetadata
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