Enum sixtyfps_interpreter::GetPropertyError [−][src]
pub enum GetPropertyError { NoSuchProperty, }
Error returned by ComponentInstance::get_property
Variants
There is no property with the given name
Trait Implementations
impl Clone for GetPropertyError
[src]
impl Clone for GetPropertyError
[src]fn clone(&self) -> GetPropertyError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GetPropertyError
[src]
impl Copy for GetPropertyError
[src]impl Eq for GetPropertyError
[src]
impl Eq for GetPropertyError
[src]impl Error for GetPropertyError
[src]
impl Error for GetPropertyError
[src]impl PartialEq<GetPropertyError> for GetPropertyError
[src]
impl PartialEq<GetPropertyError> for GetPropertyError
[src]impl StructuralEq for GetPropertyError
[src]
impl StructuralEq for GetPropertyError
[src]impl StructuralPartialEq for GetPropertyError
[src]
impl StructuralPartialEq for GetPropertyError
[src]Auto Trait Implementations
impl RefUnwindSafe for GetPropertyError
impl RefUnwindSafe for GetPropertyError
impl Send for GetPropertyError
impl Send for GetPropertyError
impl Sync for GetPropertyError
impl Sync for GetPropertyError
impl Unpin for GetPropertyError
impl Unpin for GetPropertyError
impl UnwindSafe for GetPropertyError
impl UnwindSafe for GetPropertyError