pub struct MsilReadConfig {
pub url: Option<Url>,
}Fields§
§url: Option<Url>Trait Implementations§
Source§impl Debug for MsilReadConfig
impl Debug for MsilReadConfig
Auto Trait Implementations§
impl Freeze for MsilReadConfig
impl RefUnwindSafe for MsilReadConfig
impl Send for MsilReadConfig
impl Sync for MsilReadConfig
impl Unpin for MsilReadConfig
impl UnwindSafe for MsilReadConfig
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