[][src]Struct conjure_codegen::example_types::product::RidAliasExample

pub struct RidAliasExample(pub ResourceIdentifier);

Methods from Deref<Target = ResourceIdentifier>

pub fn service(&self) -> &str[src]

Returns the service component of the resource identifier.

pub fn instance(&self) -> &str[src]

Returns the instance component of the resource identifier.

pub fn type_(&self) -> &str[src]

Returns the type component of the resource identifier.

pub fn locator(&self) -> &str[src]

Returns the locator component of the resource identifier.

pub fn as_str(&self) -> &str[src]

Returns the string representation of the resource identifier.

Trait Implementations

impl Clone for RidAliasExample[src]

impl Eq for RidAliasExample[src]

impl Ord for RidAliasExample[src]

impl PartialEq<RidAliasExample> for RidAliasExample[src]

impl PartialOrd<RidAliasExample> for RidAliasExample[src]

impl Display for RidAliasExample[src]

impl Debug for RidAliasExample[src]

impl Deref for RidAliasExample[src]

type Target = ResourceIdentifier

The resulting type after dereferencing.

impl DerefMut for RidAliasExample[src]

impl Hash for RidAliasExample[src]

impl StructuralPartialEq for RidAliasExample[src]

impl StructuralEq for RidAliasExample[src]

impl Serialize for RidAliasExample[src]

impl<'de> Deserialize<'de> for RidAliasExample[src]

impl Plain for RidAliasExample[src]

impl FromPlain for RidAliasExample[src]

type Err = <ResourceIdentifier as FromPlain>::Err

The error type returned when parsing fails.

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> ToPlain for T where
    T: Plain + ?Sized
[src]