[−][src]Struct binjs::io::entropy::dictionary::InstancesInFile
A newtype for usize
used to count the number of some item in a given file.
Trait Implementations
impl AddAssign<InstancesInFile> for InstancesInFile
[src]
fn add_assign(&mut self, rhs: InstancesInFile)
[src]
impl Clone for InstancesInFile
[src]
fn clone(&self) -> InstancesInFile
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for InstancesInFile
[src]
impl Debug for InstancesInFile
[src]
impl Default for InstancesInFile
[src]
fn default() -> InstancesInFile
[src]
impl<'de> Deserialize<'de> for InstancesInFile
[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<InstancesInFile, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<InstancesInFile, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for InstancesInFile
[src]
impl From<usize> for InstancesInFile
[src]
fn from(original: usize) -> InstancesInFile
[src]
impl Ord for InstancesInFile
[src]
fn cmp(&self, other: &InstancesInFile) -> Ordering
[src]
#[must_use]
fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]
fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]
fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<InstancesInFile> for InstancesInFile
[src]
fn eq(&self, other: &InstancesInFile) -> bool
[src]
fn ne(&self, other: &InstancesInFile) -> bool
[src]
impl PartialOrd<InstancesInFile> for InstancesInFile
[src]
fn partial_cmp(&self, other: &InstancesInFile) -> Option<Ordering>
[src]
fn lt(&self, other: &InstancesInFile) -> bool
[src]
fn le(&self, other: &InstancesInFile) -> bool
[src]
fn gt(&self, other: &InstancesInFile) -> bool
[src]
fn ge(&self, other: &InstancesInFile) -> bool
[src]
impl Serialize for InstancesInFile
[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for InstancesInFile
[src]
impl StructuralPartialEq for InstancesInFile
[src]
Auto Trait Implementations
impl RefUnwindSafe for InstancesInFile
impl Send for InstancesInFile
impl Sync for InstancesInFile
impl Unpin for InstancesInFile
impl UnwindSafe for InstancesInFile
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>
[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
[src]
fn as_any(&self) -> &(dyn Any + 'static)
[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
[src]
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[src]
T: Send + Sync + Any,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,