pub struct IsRenderable<C: ComponentTrait> { /* private fields */ }
Implementations§
Source§impl<C: ComponentTrait> IsRenderable<C>
impl<C: ComponentTrait> IsRenderable<C>
pub fn new(f: FnIsRenderable<C>) -> Self
pub fn filter_by_referer_id(self, id: impl Into<String>) -> Self
pub fn with_weight(self, value: Weight) -> Self
Trait Implementations§
Source§impl<C: ComponentTrait> ActionTrait for IsRenderable<C>
impl<C: ComponentTrait> ActionTrait for IsRenderable<C>
Auto Trait Implementations§
impl<C> Freeze for IsRenderable<C>
impl<C> RefUnwindSafe for IsRenderable<C>
impl<C> Send for IsRenderable<C>
impl<C> Sync for IsRenderable<C>
impl<C> Unpin for IsRenderable<C>
impl<C> UnwindSafe for IsRenderable<C>
Blanket Implementations§
Source§impl<A> ActionBase for Awhere
A: ActionTrait,
impl<A> ActionBase for Awhere
A: ActionTrait,
Source§impl<T> AnyBase for Twhere
T: Any,
impl<T> AnyBase for Twhere
T: Any,
Source§fn short_name(&self) -> &'static str
fn short_name(&self) -> &'static str
Returns a short name for the type.
Source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to
dyn Any
for dynamic type casting.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Returns a mutable reference to
dyn Any
for dynamic type casting.Source§impl<T> AnyTo for T
impl<T> AnyTo for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more