pub struct RenderPolicy {
pub mode: String,
pub conflict: String,
pub churn: String,
pub header: bool,
}Fields§
§mode: String§conflict: String§churn: String§header: boolTrait Implementations§
Source§impl Clone for RenderPolicy
impl Clone for RenderPolicy
Source§fn clone(&self) -> RenderPolicy
fn clone(&self) -> RenderPolicy
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 RenderPolicy
impl Debug for RenderPolicy
Source§impl Default for RenderPolicy
impl Default for RenderPolicy
Source§impl<'de> Deserialize<'de> for RenderPolicy
impl<'de> Deserialize<'de> for RenderPolicy
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 RenderPolicy
Source§impl PartialEq for RenderPolicy
impl PartialEq for RenderPolicy
Source§impl Serialize for RenderPolicy
impl Serialize for RenderPolicy
impl StructuralPartialEq for RenderPolicy
Auto Trait Implementations§
impl Freeze for RenderPolicy
impl RefUnwindSafe for RenderPolicy
impl Send for RenderPolicy
impl Sync for RenderPolicy
impl Unpin for RenderPolicy
impl UnsafeUnpin for RenderPolicy
impl UnwindSafe for RenderPolicy
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