Enum gmime::SeekType [−]
pub enum SeekType {
Cur,
Set,
End,
// some variants omitted
}Variants
CurSetEnd
Trait Implementations
impl Hash for SeekType
impl Hash for SeekTypefn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq<SeekType> for SeekType
impl PartialEq<SeekType> for SeekTypefn eq(&self, __arg_0: &SeekType) -> bool
fn eq(&self, __arg_0: &SeekType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SeekType) -> bool
fn ne(&self, __arg_0: &SeekType) -> boolThis method tests for !=.
impl Eq for SeekType
impl Eq for SeekTypeimpl Copy for SeekType
impl Copy for SeekTypeimpl Clone for SeekType
impl Clone for SeekTypefn clone(&self) -> SeekType
fn clone(&self) -> SeekTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SeekType
impl Debug for SeekType