pub struct NETimeLoopParams {
pub periods: Vec<Period>,
}Fields§
§periods: Vec<Period>Trait Implementations§
Source§impl Clone for NETimeLoopParams
impl Clone for NETimeLoopParams
Source§fn clone(&self) -> NETimeLoopParams
fn clone(&self) -> NETimeLoopParams
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 NETimeLoopParams
impl Debug for NETimeLoopParams
Source§impl<'de> Deserialize<'de> for NETimeLoopParams
impl<'de> Deserialize<'de> for NETimeLoopParams
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 NETimeLoopParams
impl PartialEq for NETimeLoopParams
Source§impl Serialize for NETimeLoopParams
impl Serialize for NETimeLoopParams
impl StructuralPartialEq for NETimeLoopParams
Auto Trait Implementations§
impl Freeze for NETimeLoopParams
impl RefUnwindSafe for NETimeLoopParams
impl Send for NETimeLoopParams
impl Sync for NETimeLoopParams
impl Unpin for NETimeLoopParams
impl UnsafeUnpin for NETimeLoopParams
impl UnwindSafe for NETimeLoopParams
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