pub struct RippleNodeFactory {
pub config: RippleConfig,
}Fields§
§config: RippleConfigTrait Implementations§
Source§impl Clone for RippleNodeFactory
impl Clone for RippleNodeFactory
Source§fn clone(&self) -> RippleNodeFactory
fn clone(&self) -> RippleNodeFactory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RippleNodeFactory
impl Debug for RippleNodeFactory
impl Indication for RippleNodeFactory
Source§impl IndicationNodeFactory for RippleNodeFactory
impl IndicationNodeFactory for RippleNodeFactory
fn create( &self, interaction_source: &InteractionSource, ) -> Box<dyn IndicationDrawNode>
Auto Trait Implementations§
impl Freeze for RippleNodeFactory
impl RefUnwindSafe for RippleNodeFactory
impl Send for RippleNodeFactory
impl Sync for RippleNodeFactory
impl Unpin for RippleNodeFactory
impl UnsafeUnpin for RippleNodeFactory
impl UnwindSafe for RippleNodeFactory
Blanket Implementations§
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