Struct freya::prelude::CanvasProps  
source · pub struct CanvasProps {
    pub theme: Option<CanvasThemeWith>,
    pub canvas: UseCanvas,
}Expand description
Canvas component properties.
Fields§
§theme: Option<CanvasThemeWith>Theme override.
canvas: UseCanvasThe Canvas reference.
Implementations§
Trait Implementations§
source§impl Clone for CanvasProps
 
impl Clone for CanvasProps
source§fn clone(&self) -> CanvasProps
 
fn clone(&self) -> CanvasProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl PartialEq for CanvasProps
 
impl PartialEq for CanvasProps
source§fn eq(&self, other: &CanvasProps) -> bool
 
fn eq(&self, other: &CanvasProps) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Properties for CanvasProps
 
impl Properties for CanvasProps
§type Builder = CanvasPropsBuilder<((), ())>
 
type Builder = CanvasPropsBuilder<((), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
source§fn builder() -> <CanvasProps as Properties>::Builder
 
fn builder() -> <CanvasProps as Properties>::Builder
Create a builder for this component.
source§fn memoize(&self, other: &CanvasProps) -> bool
 
fn memoize(&self, other: &CanvasProps) -> bool
Compare two props to see if they are memoizable.
impl StructuralPartialEq for CanvasProps
Auto Trait Implementations§
impl !RefUnwindSafe for CanvasProps
impl Send for CanvasProps
impl Sync for CanvasProps
impl Unpin for CanvasProps
impl !UnwindSafe for CanvasProps
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
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
 
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
 
impl<T, O> SuperFrom<T> for Owhere O: From<T>,
§fn super_from(input: T) -> O
 
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
 
impl<T, O, M> SuperInto<O, M> for Twhere O: SuperFrom<T, M>,
§fn super_into(self) -> O
 
fn super_into(self) -> O
Convert from a type to another type.