Enum cyfs_lib::ZoneDirection
source · pub enum ZoneDirection {
LocalToLocal,
LocalToRemote,
RemoteToLocal,
}
Variants§
Trait Implementations§
source§impl Clone for ZoneDirection
impl Clone for ZoneDirection
source§fn clone(&self) -> ZoneDirection
fn clone(&self) -> ZoneDirection
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 ZoneDirection
impl Debug for ZoneDirection
source§impl Display for ZoneDirection
impl Display for ZoneDirection
source§impl FromStr for ZoneDirection
impl FromStr for ZoneDirection
source§impl PartialEq<ZoneDirection> for ZoneDirection
impl PartialEq<ZoneDirection> for ZoneDirection
source§fn eq(&self, other: &ZoneDirection) -> bool
fn eq(&self, other: &ZoneDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.