[][src]Struct conjure_codegen::example_types::product::uuid_example::UuidExample

pub struct UuidExample { /* fields omitted */ }

Methods

impl UuidExample[src]

pub fn new(uuid: Uuid) -> UuidExample[src]

Constructs a new instance of the type.

pub fn builder() -> Builder[src]

Returns a new builder.

pub fn uuid(&self) -> Uuid[src]

Trait Implementations

impl From<UuidExample> for Builder[src]

impl Clone for UuidExample[src]

impl Copy for UuidExample[src]

impl Eq for UuidExample[src]

impl Ord for UuidExample[src]

impl PartialEq<UuidExample> for UuidExample[src]

impl PartialOrd<UuidExample> for UuidExample[src]

impl Debug for UuidExample[src]

impl Hash for UuidExample[src]

impl StructuralPartialEq for UuidExample[src]

impl StructuralEq for UuidExample[src]

impl Serialize for UuidExample[src]

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

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, 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]