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