Enum vapoursynth4_rs::map::MapPropertyError
source · pub enum MapPropertyError {
KeyNotFound,
InvalidType,
IndexOutOfBound,
MapError,
}Variants§
Trait Implementations§
source§impl Clone for MapPropertyError
impl Clone for MapPropertyError
source§fn clone(&self) -> MapPropertyError
fn clone(&self) -> MapPropertyError
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 Debug for MapPropertyError
impl Debug for MapPropertyError
source§impl Display for MapPropertyError
impl Display for MapPropertyError
source§impl Error for MapPropertyError
impl Error for MapPropertyError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Hash for MapPropertyError
impl Hash for MapPropertyError
source§impl Ord for MapPropertyError
impl Ord for MapPropertyError
source§fn cmp(&self, other: &MapPropertyError) -> Ordering
fn cmp(&self, other: &MapPropertyError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<MapPropertyError> for MapPropertyError
impl PartialEq<MapPropertyError> for MapPropertyError
source§fn eq(&self, other: &MapPropertyError) -> bool
fn eq(&self, other: &MapPropertyError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MapPropertyError> for MapPropertyError
impl PartialOrd<MapPropertyError> for MapPropertyError
source§fn partial_cmp(&self, other: &MapPropertyError) -> Option<Ordering>
fn partial_cmp(&self, other: &MapPropertyError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for MapPropertyError
impl Eq for MapPropertyError
impl StructuralEq for MapPropertyError
impl StructuralPartialEq for MapPropertyError
Auto Trait Implementations§
impl RefUnwindSafe for MapPropertyError
impl Send for MapPropertyError
impl Sync for MapPropertyError
impl Unpin for MapPropertyError
impl UnwindSafe for MapPropertyError
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