Struct nektar::UnknownTableException
source · pub struct UnknownTableException {
pub message: Option<String>,
}Fields§
§message: Option<String>Implementations§
Trait Implementations§
source§impl Clone for UnknownTableException
impl Clone for UnknownTableException
source§fn clone(&self) -> UnknownTableException
fn clone(&self) -> UnknownTableException
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 UnknownTableException
impl Debug for UnknownTableException
source§impl Default for UnknownTableException
impl Default for UnknownTableException
source§fn default() -> UnknownTableException
fn default() -> UnknownTableException
Returns the “default value” for a type. Read more
source§impl Display for UnknownTableException
impl Display for UnknownTableException
source§impl Error for UnknownTableException
impl Error for UnknownTableException
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 From<UnknownTableException> for Error
impl From<UnknownTableException> for Error
source§fn from(e: UnknownTableException) -> Self
fn from(e: UnknownTableException) -> Self
Converts to this type from the input type.
source§impl Hash for UnknownTableException
impl Hash for UnknownTableException
source§impl Ord for UnknownTableException
impl Ord for UnknownTableException
source§fn cmp(&self, other: &UnknownTableException) -> Ordering
fn cmp(&self, other: &UnknownTableException) -> 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 for UnknownTableException
impl PartialEq for UnknownTableException
source§fn eq(&self, other: &UnknownTableException) -> bool
fn eq(&self, other: &UnknownTableException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UnknownTableException
impl PartialOrd for UnknownTableException
source§fn partial_cmp(&self, other: &UnknownTableException) -> Option<Ordering>
fn partial_cmp(&self, other: &UnknownTableException) -> 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 moresource§impl TSerializable for UnknownTableException
impl TSerializable for UnknownTableException
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<UnknownTableException>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for UnknownTableException
impl StructuralEq for UnknownTableException
impl StructuralPartialEq for UnknownTableException
Auto Trait Implementations§
impl RefUnwindSafe for UnknownTableException
impl Send for UnknownTableException
impl Sync for UnknownTableException
impl Unpin for UnknownTableException
impl UnwindSafe for UnknownTableException
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