Enum cnf_lib::provider::flatpak::RemoteType
source · pub enum RemoteType {
User,
System,
Other(String),
}Expand description
Types of remote
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RemoteType
impl Clone for RemoteType
source§fn clone(&self) -> RemoteType
fn clone(&self) -> RemoteType
Returns a copy of the value. Read more
1.0.0 · 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 RemoteType
impl Debug for RemoteType
source§impl Default for RemoteType
impl Default for RemoteType
source§fn default() -> RemoteType
fn default() -> RemoteType
Returns the “default value” for a type. Read more
source§impl Display for RemoteType
impl Display for RemoteType
source§impl PartialEq<RemoteType> for RemoteType
impl PartialEq<RemoteType> for RemoteType
source§fn eq(&self, other: &RemoteType) -> bool
fn eq(&self, other: &RemoteType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RemoteType
Auto Trait Implementations§
impl RefUnwindSafe for RemoteType
impl Send for RemoteType
impl Sync for RemoteType
impl Unpin for RemoteType
impl UnwindSafe for RemoteType
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