pub struct EnabledFeatures {
pub python: bool,
pub typescript: bool,
pub runtime: bool,
}Fields§
§python: bool§typescript: bool§runtime: boolTrait Implementations§
Source§impl Clone for EnabledFeatures
impl Clone for EnabledFeatures
Source§fn clone(&self) -> EnabledFeatures
fn clone(&self) -> EnabledFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnabledFeatures
impl Debug for EnabledFeatures
Auto Trait Implementations§
impl Freeze for EnabledFeatures
impl RefUnwindSafe for EnabledFeatures
impl Send for EnabledFeatures
impl Sync for EnabledFeatures
impl Unpin for EnabledFeatures
impl UnsafeUnpin for EnabledFeatures
impl UnwindSafe for EnabledFeatures
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