Struct gmime::Priority [−]
pub struct Priority(_);
The priority of sources
Trait Implementations
impl ToGlib for Priority
impl ToGlib for Priorityimpl PartialEq<Priority> for Priority
impl PartialEq<Priority> for Priorityfn eq(&self, __arg_0: &Priority) -> bool
fn eq(&self, __arg_0: &Priority) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Priority) -> bool
fn ne(&self, __arg_0: &Priority) -> boolThis method tests for !=.
impl Eq for Priority
impl Eq for Priorityimpl Copy for Priority
impl Copy for Priorityimpl Clone for Priority
impl Clone for Priorityfn clone(&self) -> Priority
fn clone(&self) -> PriorityReturns 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 Priority
impl Debug for Priorityfn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Default for Priority
impl Default for Priorityimpl FromGlib<i32> for Priority
impl FromGlib<i32> for Priority