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