pub struct PolicyWave {
pub selector: Selector,
pub soak_minutes: u32,
}Fields§
§selector: Selector§soak_minutes: u32Trait Implementations§
Source§impl Clone for PolicyWave
impl Clone for PolicyWave
Source§fn clone(&self) -> PolicyWave
fn clone(&self) -> PolicyWave
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 PolicyWave
impl Debug for PolicyWave
Source§impl<'de> Deserialize<'de> for PolicyWave
impl<'de> Deserialize<'de> for PolicyWave
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 PolicyWave
impl PartialEq for PolicyWave
Source§impl Serialize for PolicyWave
impl Serialize for PolicyWave
impl StructuralPartialEq for PolicyWave
Auto Trait Implementations§
impl Freeze for PolicyWave
impl RefUnwindSafe for PolicyWave
impl Send for PolicyWave
impl Sync for PolicyWave
impl Unpin for PolicyWave
impl UnwindSafe for PolicyWave
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