[][src]Struct ganache::MinimumSizeArgs

pub struct MinimumSizeArgs<'a, C: Context> {
    pub slots: &'a Slots,
    pub slot_id: SlotId,
    pub minimum_size_cache: &'a HashMap<SlotId, Dimensions>,
    pub resources: &'a C::ThemeResources,
    pub style: &'a SlotStyle<'a, C::ThemeResources, C::StyleFieldValue>,
}

Fields

slots: &'a Slotsslot_id: SlotIdminimum_size_cache: &'a HashMap<SlotId, Dimensions>resources: &'a C::ThemeResourcesstyle: &'a SlotStyle<'a, C::ThemeResources, C::StyleFieldValue>

Auto Trait Implementations

impl<'a, C> RefUnwindSafe for MinimumSizeArgs<'a, C> where
    <C as Context>::StyleFieldValue: RefUnwindSafe,
    <C as Context>::ThemeResources: RefUnwindSafe

impl<'a, C> Send for MinimumSizeArgs<'a, C> where
    <C as Context>::StyleFieldValue: Sync,
    <C as Context>::ThemeResources: Sync

impl<'a, C> Sync for MinimumSizeArgs<'a, C> where
    <C as Context>::StyleFieldValue: Sync,
    <C as Context>::ThemeResources: Sync

impl<'a, C> Unpin for MinimumSizeArgs<'a, C>

impl<'a, C> UnwindSafe for MinimumSizeArgs<'a, C> where
    <C as Context>::StyleFieldValue: RefUnwindSafe,
    <C as Context>::ThemeResources: RefUnwindSafe

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<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

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

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