pub struct RNG {
pub _010: String,
pub _020: Option<C280>,
}Expand description
RNG - RANGE DETAILS
To identify a range.
Fields§
§_010: StringRANGE TYPE QUALIFIER
M an..3
_020: Option<C280>RANGE
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RNG
impl<'de> Deserialize<'de> for RNG
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
Auto Trait Implementations§
impl Freeze for RNG
impl RefUnwindSafe for RNG
impl Send for RNG
impl Sync for RNG
impl Unpin for RNG
impl UnwindSafe for RNG
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