pub struct TextFxInteropPolicy {
pub strata: bool,
pub resume: bool,
pub native_port: bool,
pub workertown: bool,
pub hoverfx: bool,
pub theme: bool,
pub viewtx: bool,
}Fields§
§strata: bool§resume: bool§native_port: bool§workertown: bool§hoverfx: bool§theme: bool§viewtx: boolTrait Implementations§
Source§impl Clone for TextFxInteropPolicy
impl Clone for TextFxInteropPolicy
Source§fn clone(&self) -> TextFxInteropPolicy
fn clone(&self) -> TextFxInteropPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextFxInteropPolicy
impl Debug for TextFxInteropPolicy
Source§impl Default for TextFxInteropPolicy
impl Default for TextFxInteropPolicy
Source§impl<'de> Deserialize<'de> for TextFxInteropPolicy
impl<'de> Deserialize<'de> for TextFxInteropPolicy
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 Eq for TextFxInteropPolicy
Source§impl PartialEq for TextFxInteropPolicy
impl PartialEq for TextFxInteropPolicy
Source§fn eq(&self, other: &TextFxInteropPolicy) -> bool
fn eq(&self, other: &TextFxInteropPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxInteropPolicy
impl Serialize for TextFxInteropPolicy
impl StructuralPartialEq for TextFxInteropPolicy
Auto Trait Implementations§
impl Freeze for TextFxInteropPolicy
impl RefUnwindSafe for TextFxInteropPolicy
impl Send for TextFxInteropPolicy
impl Sync for TextFxInteropPolicy
impl Unpin for TextFxInteropPolicy
impl UnsafeUnpin for TextFxInteropPolicy
impl UnwindSafe for TextFxInteropPolicy
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