pub enum StatementRank {
Normal,
Preferred,
Deprecated,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StatementRank
impl Clone for StatementRank
Source§fn clone(&self) -> StatementRank
fn clone(&self) -> StatementRank
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StatementRank
impl Debug for StatementRank
Source§impl Default for StatementRank
impl Default for StatementRank
Source§fn default() -> StatementRank
fn default() -> StatementRank
Returns the “default value” for a type. Read more
Source§impl PartialEq for StatementRank
impl PartialEq for StatementRank
Source§fn eq(&self, other: &StatementRank) -> bool
fn eq(&self, other: &StatementRank) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StatementRank
impl StructuralPartialEq for StatementRank
Auto Trait Implementations§
impl Freeze for StatementRank
impl RefUnwindSafe for StatementRank
impl Send for StatementRank
impl Sync for StatementRank
impl Unpin for StatementRank
impl UnsafeUnpin for StatementRank
impl UnwindSafe for StatementRank
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