pub struct Common {
pub unwrap_response: Option<Path>,
/* private fields */
}
Fields§
§unwrap_response: Option<Path>
Auto Trait Implementations§
impl Freeze for Common
impl RefUnwindSafe for Common
impl !Send for Common
impl !Sync for Common
impl Unpin for Common
impl UnwindSafe for Common
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