Struct rusoto_s3::S3KeyFilterSerializer [−][src]
pub struct S3KeyFilterSerializer;Implementations
pub fn serialize<W>(
writer: &mut EventWriter<W>,
name: &str,
obj: &S3KeyFilter
) -> Result<(), Error> where
W: Write,
Auto Trait Implementations
impl RefUnwindSafe for S3KeyFilterSerializer
impl Send for S3KeyFilterSerializer
impl Sync for S3KeyFilterSerializer
impl Unpin for S3KeyFilterSerializer
impl UnwindSafe for S3KeyFilterSerializer
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