Struct stdto::ToBytesOptions
source · pub struct ToBytesOptions {
pub endian: Endian,
}Fields§
§endian: EndianImplementations§
source§impl ToBytesOptions
impl ToBytesOptions
pub const fn default() -> ToBytesOptions
Trait Implementations§
source§impl Clone for ToBytesOptions
impl Clone for ToBytesOptions
source§fn clone(&self) -> ToBytesOptions
fn clone(&self) -> ToBytesOptions
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 ToBytesOptions
impl Debug for ToBytesOptions
source§impl PartialEq<ToBytesOptions> for ToBytesOptions
impl PartialEq<ToBytesOptions> for ToBytesOptions
source§fn eq(&self, other: &ToBytesOptions) -> bool
fn eq(&self, other: &ToBytesOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ToBytesOptions
impl Eq for ToBytesOptions
impl StructuralEq for ToBytesOptions
impl StructuralPartialEq for ToBytesOptions
Auto Trait Implementations§
impl RefUnwindSafe for ToBytesOptions
impl Send for ToBytesOptions
impl Sync for ToBytesOptions
impl Unpin for ToBytesOptions
impl UnwindSafe for ToBytesOptions
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.