pub struct PerturbationWindow {
pub class: PerturbationClass,
pub t_start: f64,
pub t_end: f64,
pub channel: String,
pub magnitude: f64,
pub seed: u64,
}Fields§
§class: PerturbationClass§t_start: f64§t_end: f64§channel: String§magnitude: f64§seed: u64Trait Implementations§
Source§impl Clone for PerturbationWindow
impl Clone for PerturbationWindow
Source§fn clone(&self) -> PerturbationWindow
fn clone(&self) -> PerturbationWindow
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 PerturbationWindow
impl Debug for PerturbationWindow
Source§impl<'de> Deserialize<'de> for PerturbationWindow
impl<'de> Deserialize<'de> for PerturbationWindow
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
Auto Trait Implementations§
impl Freeze for PerturbationWindow
impl RefUnwindSafe for PerturbationWindow
impl Send for PerturbationWindow
impl Sync for PerturbationWindow
impl Unpin for PerturbationWindow
impl UnsafeUnpin for PerturbationWindow
impl UnwindSafe for PerturbationWindow
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