pub struct DebugSrrMatcherRequestDto {
pub response_rules: SubscriptionResponseRulesConfig,
}Fields§
§response_rules: SubscriptionResponseRulesConfigTrait Implementations§
Source§impl Clone for DebugSrrMatcherRequestDto
impl Clone for DebugSrrMatcherRequestDto
Source§fn clone(&self) -> DebugSrrMatcherRequestDto
fn clone(&self) -> DebugSrrMatcherRequestDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DebugSrrMatcherRequestDto
impl Debug for DebugSrrMatcherRequestDto
Source§impl<'de> Deserialize<'de> for DebugSrrMatcherRequestDto
impl<'de> Deserialize<'de> for DebugSrrMatcherRequestDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DebugSrrMatcherRequestDto
impl StructuralPartialEq for DebugSrrMatcherRequestDto
Auto Trait Implementations§
impl Freeze for DebugSrrMatcherRequestDto
impl RefUnwindSafe for DebugSrrMatcherRequestDto
impl Send for DebugSrrMatcherRequestDto
impl Sync for DebugSrrMatcherRequestDto
impl Unpin for DebugSrrMatcherRequestDto
impl UnsafeUnpin for DebugSrrMatcherRequestDto
impl UnwindSafe for DebugSrrMatcherRequestDto
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