pub struct PropMatch {
pub prop_name: String,
pub value: MatchValue,
}Fields§
§prop_name: String§value: MatchValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for PropMatch
impl RefUnwindSafe for PropMatch
impl Send for PropMatch
impl Sync for PropMatch
impl Unpin for PropMatch
impl UnsafeUnpin for PropMatch
impl UnwindSafe for PropMatch
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