pub enum FixSafety {
Safe,
Unsafe,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FixSafety
impl<'de> Deserialize<'de> for FixSafety
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for FixSafety
impl Eq for FixSafety
impl StructuralPartialEq for FixSafety
Auto Trait Implementations§
impl Freeze for FixSafety
impl RefUnwindSafe for FixSafety
impl Send for FixSafety
impl Sync for FixSafety
impl Unpin for FixSafety
impl UnsafeUnpin for FixSafety
impl UnwindSafe for FixSafety
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