Enum gmime::SeekType [−]
pub enum SeekType { Cur, Set, End, // some variants omitted }
Variants
Cur
Set
End
Trait Implementations
impl Hash for SeekType
impl Hash for SeekType
fn 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 SeekType
fn eq(&self, __arg_0: &SeekType) -> bool
fn eq(&self, __arg_0: &SeekType) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for SeekType
impl Eq for SeekType
impl Copy for SeekType
impl Copy for SeekType
impl Clone for SeekType
impl Clone for SeekType
fn clone(&self) -> SeekType
fn clone(&self) -> SeekType
Returns 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