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