pub struct ActiveStrategy {
pub template_id: String,
pub category: String,
pub weight: f64,
pub reason: String,
}Fields§
§template_id: String§category: String§weight: f64§reason: StringTrait Implementations§
Source§impl Clone for ActiveStrategy
impl Clone for ActiveStrategy
Source§fn clone(&self) -> ActiveStrategy
fn clone(&self) -> ActiveStrategy
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 ActiveStrategy
impl Debug for ActiveStrategy
Source§impl<'de> Deserialize<'de> for ActiveStrategy
impl<'de> Deserialize<'de> for ActiveStrategy
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 ActiveStrategy
impl RefUnwindSafe for ActiveStrategy
impl Send for ActiveStrategy
impl Sync for ActiveStrategy
impl Unpin for ActiveStrategy
impl UnsafeUnpin for ActiveStrategy
impl UnwindSafe for ActiveStrategy
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