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