pub struct ExternalSpec {
pub python: Option<String>,
pub effects: Vec<String>,
}Fields§
§python: Option<String>§effects: Vec<String>Trait Implementations§
Source§impl Clone for ExternalSpec
impl Clone for ExternalSpec
Source§fn clone(&self) -> ExternalSpec
fn clone(&self) -> ExternalSpec
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 ExternalSpec
impl Debug for ExternalSpec
Source§impl PartialEq for ExternalSpec
impl PartialEq for ExternalSpec
Source§impl Serialize for ExternalSpec
impl Serialize for ExternalSpec
impl StructuralPartialEq for ExternalSpec
Auto Trait Implementations§
impl Freeze for ExternalSpec
impl RefUnwindSafe for ExternalSpec
impl Send for ExternalSpec
impl Sync for ExternalSpec
impl Unpin for ExternalSpec
impl UnsafeUnpin for ExternalSpec
impl UnwindSafe for ExternalSpec
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