pub struct Resync {
pub rtype: Option<String>,
pub dT: Option<u64>,
pub dImax: Option<f64>,
pub dImin: Option<f64>,
pub marker: Option<bool>,
}
Fields§
§rtype: Option<String>
§dT: Option<u64>
§dImax: Option<f64>
§dImin: Option<f64>
§marker: Option<bool>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Resync
impl<'de> Deserialize<'de> for Resync
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
impl StructuralPartialEq for Resync
Auto Trait Implementations§
impl Freeze for Resync
impl RefUnwindSafe for Resync
impl Send for Resync
impl Sync for Resync
impl Unpin for Resync
impl UnwindSafe for Resync
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