[−][src]Struct conjure_codegen::example_types::AliasAsMapKeyExample
Methods
impl AliasAsMapKeyExample
[src]
impl AliasAsMapKeyExample
pub fn builder() -> Builder | [src] |
Returns a new builder.
pub fn strings(&self) -> &BTreeMap<StringAliasExample, ManyFieldExample> | [src] |
pub fn rids(&self) -> &BTreeMap<RidAliasExample, ManyFieldExample> | [src] |
pub fn bearertokens( | [src] |
pub fn integers(&self) -> &BTreeMap<IntegerAliasExample, ManyFieldExample> | [src] |
pub fn safelongs(&self) -> &BTreeMap<SafeLongAliasExample, ManyFieldExample> | [src] |
pub fn datetimes(&self) -> &BTreeMap<DateTimeAliasExample, ManyFieldExample> | [src] |
pub fn uuids(&self) -> &BTreeMap<UuidAliasExample, ManyFieldExample> | [src] |
Trait Implementations
impl From<AliasAsMapKeyExample> for Builder
[src]
impl From<AliasAsMapKeyExample> for Builder
fn from(_v: AliasAsMapKeyExample) -> Builder | [src] |
impl PartialOrd<AliasAsMapKeyExample> for AliasAsMapKeyExample
[src]
impl PartialOrd<AliasAsMapKeyExample> for AliasAsMapKeyExample
fn partial_cmp(&self, other: &AliasAsMapKeyExample) -> Option<Ordering> | [src] |
fn lt(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
fn le(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
fn gt(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
fn ge(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
impl PartialEq<AliasAsMapKeyExample> for AliasAsMapKeyExample
[src]
impl PartialEq<AliasAsMapKeyExample> for AliasAsMapKeyExample
fn eq(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
fn ne(&self, other: &AliasAsMapKeyExample) -> bool | [src] |
impl Clone for AliasAsMapKeyExample
[src]
impl Clone for AliasAsMapKeyExample
fn clone(&self) -> AliasAsMapKeyExample | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source
. Read more
impl Debug for AliasAsMapKeyExample
[src]
impl Debug for AliasAsMapKeyExample
impl Serialize for AliasAsMapKeyExample
[src]
impl Serialize for AliasAsMapKeyExample
impl<'de> Deserialize<'de> for AliasAsMapKeyExample
[src]
impl<'de> Deserialize<'de> for AliasAsMapKeyExample
fn deserialize<D_>(d: D_) -> Result<AliasAsMapKeyExample, D_::Error> where | [src] |
Auto Trait Implementations
impl Send for AliasAsMapKeyExample
impl Send for AliasAsMapKeyExample
impl Sync for AliasAsMapKeyExample
impl Sync for AliasAsMapKeyExample
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>,