Struct validators::short_crypt_url_component::ShortCryptUrlComponent [−][src]
pub struct ShortCryptUrlComponent { /* fields omitted */ }Methods
impl ShortCryptUrlComponent[src]
impl ShortCryptUrlComponentpub fn get_short_crypt_url_component_url(&self) -> &str[src]
pub fn get_short_crypt_url_component_url(&self) -> &strimpl ShortCryptUrlComponent[src]
impl ShortCryptUrlComponentpub fn from_string(
short_crypt_url_component_url: String
) -> Result<Self, ShortCryptUrlComponentError>[src]
pub fn from_string(
short_crypt_url_component_url: String
) -> Result<Self, ShortCryptUrlComponentError>pub fn from_str(
short_crypt_url_component_url: &str
) -> Result<Self, ShortCryptUrlComponentError>[src]
pub fn from_str(
short_crypt_url_component_url: &str
) -> Result<Self, ShortCryptUrlComponentError>Trait Implementations
impl Clone for ShortCryptUrlComponent[src]
impl Clone for ShortCryptUrlComponentfn clone(&self) -> ShortCryptUrlComponent[src]
fn clone(&self) -> ShortCryptUrlComponentReturns 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 ShortCryptUrlComponent[src]
impl Validated for ShortCryptUrlComponentimpl Debug for ShortCryptUrlComponent[src]
impl Debug for ShortCryptUrlComponentfn 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 ShortCryptUrlComponent[src]
impl Display for ShortCryptUrlComponentfn 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 ShortCryptUrlComponent[src]
impl PartialEq for ShortCryptUrlComponentfn 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 ShortCryptUrlComponent[src]
impl ValidatedWrapper for ShortCryptUrlComponentAuto Trait Implementations
impl Send for ShortCryptUrlComponent
impl Send for ShortCryptUrlComponentimpl Sync for ShortCryptUrlComponent
impl Sync for ShortCryptUrlComponent