Struct ciboulette::CibouletteRelationshipManyToManyOption[][src]

pub struct CibouletteRelationshipManyToManyOption { /* fields omitted */ }

Implementations

impl CibouletteRelationshipManyToManyOption[src]

pub fn bucket_resource(&self) -> &Arc<CibouletteResourceType>[src]

The bucket resource

pub fn keys(&self) -> &[(Arc<CibouletteResourceType>, ArcStr); 2][src]

The related types and their relating fields

impl CibouletteRelationshipManyToManyOption[src]

pub fn keys_for_type(
    &self,
    type_: &CibouletteResourceType
) -> Result<ArcStr, CibouletteError>
[src]

Get the relating field in the bucket resource for the provided type

Trait Implementations

impl Clone for CibouletteRelationshipManyToManyOption[src]

impl Debug for CibouletteRelationshipManyToManyOption[src]

impl Eq for CibouletteRelationshipManyToManyOption[src]

impl Hash for CibouletteRelationshipManyToManyOption[src]

impl Ord for CibouletteRelationshipManyToManyOption[src]

impl PartialEq<CibouletteRelationshipManyToManyOption> for CibouletteRelationshipManyToManyOption[src]

impl PartialOrd<CibouletteRelationshipManyToManyOption> for CibouletteRelationshipManyToManyOption[src]

impl StructuralEq for CibouletteRelationshipManyToManyOption[src]

impl StructuralPartialEq for CibouletteRelationshipManyToManyOption[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T, U> Into<U> for T where
    U: From<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.