pub struct ResolvedToggle {
pub enabled: bool,
pub impression_data: bool,
pub project: String,
pub variant: ExtendedVariantDef,
}
Fields§
§enabled: bool
§impression_data: bool
§project: String
§variant: ExtendedVariantDef
Trait Implementations§
Source§impl Clone for ResolvedToggle
impl Clone for ResolvedToggle
Source§fn clone(&self) -> ResolvedToggle
fn clone(&self) -> ResolvedToggle
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ResolvedToggle
impl RefUnwindSafe for ResolvedToggle
impl Send for ResolvedToggle
impl Sync for ResolvedToggle
impl Unpin for ResolvedToggle
impl UnwindSafe for ResolvedToggle
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