pub struct InoConvertResult {
pub cache_hit: bool,
pub skipped_write: bool,
}Fields§
§cache_hit: bool§skipped_write: boolTrait Implementations§
Source§impl Clone for InoConvertResult
impl Clone for InoConvertResult
Source§fn clone(&self) -> InoConvertResult
fn clone(&self) -> InoConvertResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InoConvertResult
impl Debug for InoConvertResult
Source§impl PartialEq for InoConvertResult
impl PartialEq for InoConvertResult
Source§fn eq(&self, other: &InoConvertResult) -> bool
fn eq(&self, other: &InoConvertResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InoConvertResult
impl Eq for InoConvertResult
impl StructuralPartialEq for InoConvertResult
Auto Trait Implementations§
impl Freeze for InoConvertResult
impl RefUnwindSafe for InoConvertResult
impl Send for InoConvertResult
impl Sync for InoConvertResult
impl Unpin for InoConvertResult
impl UnsafeUnpin for InoConvertResult
impl UnwindSafe for InoConvertResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.