[−][src]Struct conjure_codegen::example_types::ReservedKeyExample
Methods
impl ReservedKeyExample
[src]
impl ReservedKeyExample
pub fn builder() -> Builder | [src] |
Returns a new builder.
pub fn package(&self) -> &str | [src] |
pub fn interface(&self) -> &str | [src] |
pub fn field_name_with_dashes(&self) -> &str | [src] |
pub fn primitve_field_name_with_dashes(&self) -> i32 | [src] |
pub fn memoized_hash_code(&self) -> i32 | [src] |
Trait Implementations
impl From<ReservedKeyExample> for Builder
[src]
impl From<ReservedKeyExample> for Builder
fn from(_v: ReservedKeyExample) -> Builder | [src] |
impl Eq for ReservedKeyExample
[src]
impl Eq for ReservedKeyExample
impl PartialOrd<ReservedKeyExample> for ReservedKeyExample
[src]
impl PartialOrd<ReservedKeyExample> for ReservedKeyExample
fn partial_cmp(&self, other: &ReservedKeyExample) -> Option<Ordering> | [src] |
fn lt(&self, other: &ReservedKeyExample) -> bool | [src] |
fn le(&self, other: &ReservedKeyExample) -> bool | [src] |
fn gt(&self, other: &ReservedKeyExample) -> bool | [src] |
fn ge(&self, other: &ReservedKeyExample) -> bool | [src] |
impl PartialEq<ReservedKeyExample> for ReservedKeyExample
[src]
impl PartialEq<ReservedKeyExample> for ReservedKeyExample
fn eq(&self, other: &ReservedKeyExample) -> bool | [src] |
fn ne(&self, other: &ReservedKeyExample) -> bool | [src] |
impl Clone for ReservedKeyExample
[src]
impl Clone for ReservedKeyExample
fn clone(&self) -> ReservedKeyExample | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source
. Read more
impl Ord for ReservedKeyExample
[src]
impl Ord for ReservedKeyExample
fn cmp(&self, other: &ReservedKeyExample) -> Ordering | [src] |
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
impl Debug for ReservedKeyExample
[src]
impl Debug for ReservedKeyExample
impl Hash for ReservedKeyExample
[src]
impl Hash for ReservedKeyExample
fn hash<__H: Hasher>(&self, state: &mut __H) | [src] |
fn hash_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher
]. Read more
impl Serialize for ReservedKeyExample
[src]
impl Serialize for ReservedKeyExample
impl<'de> Deserialize<'de> for ReservedKeyExample
[src]
impl<'de> Deserialize<'de> for ReservedKeyExample
fn deserialize<D_>(d: D_) -> Result<ReservedKeyExample, D_::Error> where | [src] |
Auto Trait Implementations
impl Send for ReservedKeyExample
impl Send for ReservedKeyExample
impl Sync for ReservedKeyExample
impl Sync for ReservedKeyExample
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,