pub struct LibraryDefinition {
pub name: &'static str,
pub content: &'static str,
}
Fields§
§name: &'static str
§content: &'static str
Auto Trait Implementations§
impl Freeze for LibraryDefinition
impl RefUnwindSafe for LibraryDefinition
impl Send for LibraryDefinition
impl Sync for LibraryDefinition
impl Unpin for LibraryDefinition
impl UnwindSafe for LibraryDefinition
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