Struct rusoto_core::signature::StrictEncodeSet[][src]

pub struct StrictEncodeSet;

This struct is used to maintain the strict URI encoding standard as proposed by RFC 3986

Trait Implementations

impl Clone for StrictEncodeSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl EncodeSet for StrictEncodeSet
[src]

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

Auto Trait Implementations