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