We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a6b5 commit f2cd901Copy full SHA for f2cd901
rust-runtime/aws-smithy-http-server-python/src/types.rs
@@ -26,7 +26,7 @@ use crate::PyError;
26
27
/// Python Wrapper for [aws_smithy_types::Blob].
28
#[pyclass]
29
-#[derive(Debug, Clone, PartialEq)]
+#[derive(Debug, Clone, PartialEq, Eq)]
30
pub struct Blob(aws_smithy_types::Blob);
31
32
impl Blob {
@@ -88,7 +88,7 @@ impl<'blob> From<&'blob Blob> for &'blob aws_smithy_types::Blob {
88
89
/// Python Wrapper for [aws_smithy_types::date_time::DateTime].
90
91
92
pub struct DateTime(aws_smithy_types::date_time::DateTime);
93
94
0 commit comments