Struct dementia::ACCESS_TOKEN_ENCODE_SET []

pub struct ACCESS_TOKEN_ENCODE_SET;

Trait Implementations

impl Copy for ACCESS_TOKEN_ENCODE_SET

impl Clone for ACCESS_TOKEN_ENCODE_SET

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl EncodeSet for ACCESS_TOKEN_ENCODE_SET

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

Auto Trait Implementations