pub struct Requests {
pub resume_in: bool,
pub resume_out: bool,
}
Fields§
§resume_in: bool
§resume_out: bool
Implementations§
Trait Implementations§
impl Copy for Requests
Auto Trait Implementations§
impl Freeze for Requests
impl RefUnwindSafe for Requests
impl Send for Requests
impl Sync for Requests
impl Unpin for Requests
impl UnwindSafe for Requests
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