Struct rusoto_core::signature::StrictPathEncodeSet[][src]

pub struct StrictPathEncodeSet;

This struct is used to maintain the URI path encoding

Trait Implementations

impl Clone for StrictPathEncodeSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl EncodeSet for StrictPathEncodeSet
[src]

Called with UTF-8 bytes rather than code points. Should return true for all non-ASCII bytes. Read more

Auto Trait Implementations