#[repr(u8)]pub enum test_function {
always_pass = 0,
}Variants§
always_pass = 0
Implementations§
Source§impl test_function
impl test_function
Trait Implementations§
Source§impl Clone for test_function
impl Clone for test_function
Source§fn clone(&self) -> test_function
fn clone(&self) -> test_function
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for test_function
impl Debug for test_function
Source§impl Default for test_function
impl Default for test_function
Source§impl Display for test_function
impl Display for test_function
Source§impl Hash for test_function
impl Hash for test_function
Source§impl PartialEq for test_function
impl PartialEq for test_function
Source§impl Write for test_function
impl Write for test_function
impl Copy for test_function
impl Eq for test_function
impl StructuralPartialEq for test_function
Auto Trait Implementations§
impl Freeze for test_function
impl RefUnwindSafe for test_function
impl Send for test_function
impl Sync for test_function
impl Unpin for test_function
impl UnwindSafe for test_function
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)