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