pub struct Builder {}
A builder for Sses3.
Sses3
Consumes the builder and constructs a Sses3.
7835 7836 7837 7838 7839 7840 7841 7842
pub fn deser_structure_crate_model_sses3( decoder: &mut aws_smithy_xml::decode::ScopedDecoder, ) -> Result<crate::model::Sses3, aws_smithy_xml::decode::XmlDecodeError> { #[allow(unused_mut)] let mut builder = crate::model::Sses3::builder(); let _ = decoder; Ok(builder.build()) }
source
self
other
==
!=
TypeId
Returns the argument unchanged.
Span
Instrumented
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Self
Subscriber
WithDispatch