Struct rusoto_s3::ErrorDocumentSerializer [−][src]
pub struct ErrorDocumentSerializer;Implementations
pub fn serialize<W>(
writer: &mut EventWriter<W>,
name: &str,
obj: &ErrorDocument
) -> Result<(), Error> where
W: Write,
Auto Trait Implementations
impl RefUnwindSafe for ErrorDocumentSerializer
impl Send for ErrorDocumentSerializer
impl Sync for ErrorDocumentSerializer
impl Unpin for ErrorDocumentSerializer
impl UnwindSafe for ErrorDocumentSerializer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more