Enum gio::MountOperationResult [−][src]
pub enum MountOperationResult {
Handled,
Aborted,
Unhandled,
// some variants omitted
}Variants
HandledAbortedUnhandled
Trait Implementations
impl Clone for MountOperationResult[src]
impl Clone for MountOperationResultfn clone(&self) -> MountOperationResult[src]
fn clone(&self) -> MountOperationResultReturns 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 Copy for MountOperationResult[src]
impl Copy for MountOperationResultimpl Debug for MountOperationResult[src]
impl Debug for MountOperationResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for MountOperationResult[src]
impl Eq for MountOperationResultimpl PartialEq for MountOperationResult[src]
impl PartialEq for MountOperationResultfn eq(&self, other: &MountOperationResult) -> bool[src]
fn eq(&self, other: &MountOperationResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MountOperationResult) -> bool[src]
fn ne(&self, other: &MountOperationResult) -> boolThis method tests for !=.
impl Hash for MountOperationResult[src]
impl Hash for MountOperationResultfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)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 StaticType for MountOperationResult[src]
impl StaticType for MountOperationResultfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for MountOperationResult[src]
impl<'a> FromValueOptional<'a> for MountOperationResultunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for MountOperationResult[src]
impl<'a> FromValue<'a> for MountOperationResultunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for MountOperationResult[src]
impl SetValue for MountOperationResultAuto Trait Implementations
impl Send for MountOperationResult
impl Send for MountOperationResultimpl Sync for MountOperationResult
impl Sync for MountOperationResult