#[repr(u8)]pub enum Tsien {
TSIEN_0 = 0,
TSIEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tsien
impl Ord for Tsien
Source§impl PartialOrd for Tsien
impl PartialOrd for Tsien
impl Copy for Tsien
impl Eq for Tsien
impl StructuralPartialEq for Tsien
Auto Trait Implementations§
impl Freeze for Tsien
impl RefUnwindSafe for Tsien
impl Send for Tsien
impl Sync for Tsien
impl Unpin for Tsien
impl UnwindSafe for Tsien
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