Struct validators::base32::Base32 [−][src]
pub struct Base32 { /* fields omitted */ }Methods
impl Base32[src]
impl Base32pub fn get_base32(&self) -> &str[src]
pub fn get_base32(&self) -> &strimpl Base32[src]
impl Base32pub fn from_string(base32: String) -> Result<Self, Base32Error>[src]
pub fn from_string(base32: String) -> Result<Self, Base32Error>pub fn from_str(base32: &str) -> Result<Self, Base32Error>[src]
pub fn from_str(base32: &str) -> Result<Self, Base32Error>Trait Implementations
impl Clone for Base32[src]
impl Clone for Base32fn clone(&self) -> Base32[src]
fn clone(&self) -> Base32Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Validated for Base32[src]
impl Validated for Base32impl Debug for Base32[src]
impl Debug for Base32fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Base32[src]
impl Display for Base32fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Base32[src]
impl PartialEq for Base32fn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Self) -> bool[src]
fn ne(&self, other: &Self) -> boolThis method tests for !=.
impl ValidatedWrapper for Base32[src]
impl ValidatedWrapper for Base32