pub struct CountCallbackThreshold {
pub option: char,
pub min: i32,
pub max: i32,
}
Fields§
§option: char
§min: i32
§max: i32
Trait Implementations§
Source§impl Clone for CountCallbackThreshold
impl Clone for CountCallbackThreshold
Source§fn clone(&self) -> CountCallbackThreshold
fn clone(&self) -> CountCallbackThreshold
Returns a copy 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 CountCallbackThreshold
impl Debug for CountCallbackThreshold
Source§impl Default for CountCallbackThreshold
impl Default for CountCallbackThreshold
Source§fn default() -> CountCallbackThreshold
fn default() -> CountCallbackThreshold
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for CountCallbackThreshold
impl FromByteSlice for CountCallbackThreshold
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(bytes: &[u8]) -> CountCallbackThreshold
fn from_le_byte_slice(bytes: &[u8]) -> CountCallbackThreshold
Deserialize the implementing type from a byte slice.
Source§impl Hash for CountCallbackThreshold
impl Hash for CountCallbackThreshold
Source§impl PartialEq for CountCallbackThreshold
impl PartialEq for CountCallbackThreshold
impl Copy for CountCallbackThreshold
impl Eq for CountCallbackThreshold
impl StructuralPartialEq for CountCallbackThreshold
Auto Trait Implementations§
impl Freeze for CountCallbackThreshold
impl RefUnwindSafe for CountCallbackThreshold
impl Send for CountCallbackThreshold
impl Sync for CountCallbackThreshold
impl Unpin for CountCallbackThreshold
impl UnwindSafe for CountCallbackThreshold
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