Struct airmash_protocol::error::EntityIdOutOfRangeError [−][src]
pub struct EntityIdOutOfRangeError;
Trait Implementations
impl From<TryFromIntError> for EntityIdOutOfRangeError[src]
impl From<TryFromIntError> for EntityIdOutOfRangeErrorfn from(_: TryFromIntError) -> Self[src]
fn from(_: TryFromIntError) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for EntityIdOutOfRangeError
impl Send for EntityIdOutOfRangeErrorimpl Sync for EntityIdOutOfRangeError
impl Sync for EntityIdOutOfRangeError