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§fn clone(&self) -> RestCleanup
fn clone(&self) -> RestCleanup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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