pub struct RangeParserProps {
pub decimal: bool,
}
Fields§
§decimal: bool
Trait Implementations§
Source§impl Clone for RangeParserProps
impl Clone for RangeParserProps
Source§fn clone(&self) -> RangeParserProps
fn clone(&self) -> RangeParserProps
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 RangeParserProps
impl Debug for RangeParserProps
Source§impl Deserialize for RangeParserProps
impl Deserialize for RangeParserProps
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<RangeParserProps> for bool
impl From<RangeParserProps> for bool
Source§fn from(other: RangeParserProps) -> Self
fn from(other: RangeParserProps) -> Self
Converts to this type from the input type.
Source§impl From<bool> for RangeParserProps
impl From<bool> for RangeParserProps
Source§impl PartialEq for RangeParserProps
impl PartialEq for RangeParserProps
Source§impl Serialize for RangeParserProps
impl Serialize for RangeParserProps
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for RangeParserProps
Auto Trait Implementations§
impl Freeze for RangeParserProps
impl RefUnwindSafe for RangeParserProps
impl Send for RangeParserProps
impl Sync for RangeParserProps
impl Unpin for RangeParserProps
impl UnwindSafe for RangeParserProps
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