Enum sixtyfps_interpreter::SetPropertyError [−][src]
pub enum SetPropertyError { NoSuchProperty, WrongType, }
Error returned by ComponentInstance::set_property
Variants
There is no property with the given name
The property exist but does not have a type matching the dynamic value
Trait Implementations
impl Clone for SetPropertyError
[src]
impl Clone for SetPropertyError
[src]fn clone(&self) -> SetPropertyError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SetPropertyError
[src]
impl Copy for SetPropertyError
[src]impl Eq for SetPropertyError
[src]
impl Eq for SetPropertyError
[src]impl Error for SetPropertyError
[src]
impl Error for SetPropertyError
[src]impl PartialEq<SetPropertyError> for SetPropertyError
[src]
impl PartialEq<SetPropertyError> for SetPropertyError
[src]impl StructuralEq for SetPropertyError
[src]
impl StructuralEq for SetPropertyError
[src]impl StructuralPartialEq for SetPropertyError
[src]
impl StructuralPartialEq for SetPropertyError
[src]Auto Trait Implementations
impl RefUnwindSafe for SetPropertyError
impl RefUnwindSafe for SetPropertyError
impl Send for SetPropertyError
impl Send for SetPropertyError
impl Sync for SetPropertyError
impl Sync for SetPropertyError
impl Unpin for SetPropertyError
impl Unpin for SetPropertyError
impl UnwindSafe for SetPropertyError
impl UnwindSafe for SetPropertyError