Enum cyfs_lib::ZoneDirection
source · [−]pub enum ZoneDirection {
LocalToLocal,
LocalToRemote,
RemoteToLocal,
}
Variants
LocalToLocal
LocalToRemote
RemoteToLocal
Trait Implementations
sourceimpl Clone for ZoneDirection
impl Clone for ZoneDirection
sourcefn clone(&self) -> ZoneDirection
fn clone(&self) -> ZoneDirection
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ZoneDirection
impl Debug for ZoneDirection
sourceimpl Display for ZoneDirection
impl Display for ZoneDirection
sourceimpl FromStr for ZoneDirection
impl FromStr for ZoneDirection
sourceimpl PartialEq<ZoneDirection> for ZoneDirection
impl PartialEq<ZoneDirection> for ZoneDirection
sourcefn eq(&self, other: &ZoneDirection) -> bool
fn eq(&self, other: &ZoneDirection) -> bool
impl Eq for ZoneDirection
impl StructuralEq for ZoneDirection
impl StructuralPartialEq for ZoneDirection
Auto Trait Implementations
impl RefUnwindSafe for ZoneDirection
impl Send for ZoneDirection
impl Sync for ZoneDirection
impl Unpin for ZoneDirection
impl UnwindSafe for ZoneDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more