pub struct BlockCompressionProperty {
pub autotemp: Option<Box<Expression>>,
pub always: Option<Box<Expression>>,
pub default: Option<Box<Expression>>,
pub manual: Option<Box<Expression>>,
pub never: Option<Box<Expression>>,
}Expand description
BlockCompressionProperty
Fields§
§autotemp: Option<Box<Expression>>§always: Option<Box<Expression>>§default: Option<Box<Expression>>§manual: Option<Box<Expression>>§never: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for BlockCompressionProperty
impl Clone for BlockCompressionProperty
Source§fn clone(&self) -> BlockCompressionProperty
fn clone(&self) -> BlockCompressionProperty
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 BlockCompressionProperty
impl Debug for BlockCompressionProperty
Source§impl<'de> Deserialize<'de> for BlockCompressionProperty
impl<'de> Deserialize<'de> for BlockCompressionProperty
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 BlockCompressionProperty
impl PartialEq for BlockCompressionProperty
Source§impl Serialize for BlockCompressionProperty
impl Serialize for BlockCompressionProperty
impl StructuralPartialEq for BlockCompressionProperty
Auto Trait Implementations§
impl Freeze for BlockCompressionProperty
impl RefUnwindSafe for BlockCompressionProperty
impl Send for BlockCompressionProperty
impl Sync for BlockCompressionProperty
impl Unpin for BlockCompressionProperty
impl UnwindSafe for BlockCompressionProperty
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