Enum amethyst::ecs::error::NoError [−]
pub enum NoError {}An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.
Trait Implementations
impl PartialEq<NoError> for NoError
impl PartialEq<NoError> for NoErrorfn eq(&self, other: &NoError) -> bool
fn eq(&self, other: &NoError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Error for NoError
impl Error for NoErrorfn description(&self) -> &str
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<NoError> for Error
impl From<NoError> for Errorimpl Display for NoError
impl Display for NoErrorfn fmt(&self, &mut Formatter) -> Result<(), Error>
fn fmt(&self, &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Eq for NoError
impl Eq for NoErrorimpl Debug for NoError
impl Debug for NoError