pub struct RestCleanup {
pub method: String,
pub path_template: String,
pub vars: BTreeMap<String, String>,
pub expect_status: u16,
}Fields§
§method: String§path_template: String§vars: BTreeMap<String, String>§expect_status: u16Trait Implementations§
Source§impl Clone for RestCleanup
impl Clone for RestCleanup
Source§impl Debug for RestCleanup
impl Debug for RestCleanup
Source§impl PartialEq for RestCleanup
impl PartialEq for RestCleanup
impl StructuralPartialEq for RestCleanup
Auto Trait Implementations§
impl Freeze for RestCleanup
impl RefUnwindSafe for RestCleanup
impl Send for RestCleanup
impl Sync for RestCleanup
impl Unpin for RestCleanup
impl UnsafeUnpin for RestCleanup
impl UnwindSafe for RestCleanup
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