pub enum FunctionSafety {
Unsafe,
UnsafeDynamicBranches,
SafetyTBD,
}
Variants§
Trait Implementations§
Source§impl Clone for FunctionSafety
impl Clone for FunctionSafety
Source§fn clone(&self) -> FunctionSafety
fn clone(&self) -> FunctionSafety
Returns a duplicate 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 FunctionSafety
impl Debug for FunctionSafety
Source§impl PartialEq for FunctionSafety
impl PartialEq for FunctionSafety
impl Copy for FunctionSafety
impl StructuralPartialEq for FunctionSafety
Auto Trait Implementations§
impl Freeze for FunctionSafety
impl RefUnwindSafe for FunctionSafety
impl Send for FunctionSafety
impl Sync for FunctionSafety
impl Unpin for FunctionSafety
impl UnwindSafe for FunctionSafety
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