pub struct InjectFile {
pub name: String,
pub content: Vec<u8>,
}Fields§
§name: String§content: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InjectFile
impl RefUnwindSafe for InjectFile
impl Send for InjectFile
impl Sync for InjectFile
impl Unpin for InjectFile
impl UnwindSafe for InjectFile
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