pub enum CompatibilityLayer {
PyO3,
CTypes,
None,
}Variants§
Trait Implementations§
Source§impl Clone for CompatibilityLayer
impl Clone for CompatibilityLayer
Source§fn clone(&self) -> CompatibilityLayer
fn clone(&self) -> CompatibilityLayer
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 CompatibilityLayer
impl Debug for CompatibilityLayer
Source§impl<'de> Deserialize<'de> for CompatibilityLayer
impl<'de> Deserialize<'de> for CompatibilityLayer
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
Source§impl PartialEq for CompatibilityLayer
impl PartialEq for CompatibilityLayer
Source§impl Serialize for CompatibilityLayer
impl Serialize for CompatibilityLayer
impl Eq for CompatibilityLayer
impl StructuralPartialEq for CompatibilityLayer
Auto Trait Implementations§
impl Freeze for CompatibilityLayer
impl RefUnwindSafe for CompatibilityLayer
impl Send for CompatibilityLayer
impl Sync for CompatibilityLayer
impl Unpin for CompatibilityLayer
impl UnwindSafe for CompatibilityLayer
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