Enum uu_cp::ClobberMode
source · pub enum ClobberMode {
+ClobberMode in uu_cp - Rust Enum uu_cp::ClobberMode
source · pub enum ClobberMode {
Force,
RemoveDestination,
Standard,
}
Expand description
Specifies whether when overwrite files
-Variants§
Trait Implementations§
source§impl Clone for ClobberMode
source§fn clone(&self) -> ClobberMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<ClobberMode> for ClobberMode
source§fn eq(&self, other: &ClobberMode) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl Clone for ClobberMode
source§fn clone(&self) -> ClobberMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<ClobberMode> for ClobberMode
source§fn eq(&self, other: &ClobberMode) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Copy for ClobberMode
source§impl Eq for ClobberMode
source§impl StructuralEq for ClobberMode
source§impl StructuralPartialEq for ClobberMode
Auto Trait Implementations§
§impl RefUnwindSafe for ClobberMode
§impl Send for ClobberMode
§impl Sync for ClobberMode
§impl Unpin for ClobberMode
§impl UnwindSafe for ClobberMode
Blanket Implementations§
source§impl Copy for ClobberMode
source§impl Eq for ClobberMode
source§impl StructuralEq for ClobberMode
source§impl StructuralPartialEq for ClobberMode
Auto Trait Implementations§
§impl RefUnwindSafe for ClobberMode
§impl Send for ClobberMode
§impl Sync for ClobberMode
§impl Unpin for ClobberMode
§impl UnwindSafe for ClobberMode
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.CopyMode.html b/dev/uu_cp/enum.CopyMode.html
index 0fa66efaf..4811baae7 100644
--- a/dev/uu_cp/enum.CopyMode.html
+++ b/dev/uu_cp/enum.CopyMode.html
@@ -1,4 +1,4 @@
-CopyMode in uu_cp - Rust pub enum CopyMode {
+CopyMode in uu_cp - Rust pub enum CopyMode {
Link,
SymLink,
Copy,
diff --git a/dev/uu_cp/enum.Error.html b/dev/uu_cp/enum.Error.html
index f2109c321..7a0490417 100644
--- a/dev/uu_cp/enum.Error.html
+++ b/dev/uu_cp/enum.Error.html
@@ -1,4 +1,4 @@
-Error in uu_cp - Rust pub enum Error {
+Error in uu_cp - Rust pub enum Error {
IoErr(Error),
IoErrContext(Error, String),
Error(String),
@@ -24,7 +24,7 @@ Currently happens when “no” is selected in interactive mode
path, but those that are not implemented yet should return
a NotImplemented error.
§Backup(String)
Invalid arguments to backup
-§NotADirectory(PathBuf)
Trait Implementations§
source§impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<StripPrefixError> for Error
source§fn from(err: StripPrefixError) -> Error
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for Error
§impl Send for Error
§impl Sync for Error
§impl Unpin for Error
§impl !UnwindSafe for Error
Blanket Implementations§
§NotADirectory(PathBuf)
Trait Implementations§
source§impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<StripPrefixError> for Error
source§fn from(err: StripPrefixError) -> Error
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for Error
§impl Send for Error
§impl Sync for Error
§impl Unpin for Error
§impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.OverwriteMode.html b/dev/uu_cp/enum.OverwriteMode.html
index 25d9b96c1..a043c2bb8 100644
--- a/dev/uu_cp/enum.OverwriteMode.html
+++ b/dev/uu_cp/enum.OverwriteMode.html
@@ -1,4 +1,4 @@
-OverwriteMode in uu_cp - Rust Enum uu_cp::OverwriteMode
source · pub enum OverwriteMode {
+OverwriteMode in uu_cp - Rust Enum uu_cp::OverwriteMode
source · pub enum OverwriteMode {
Clobber(ClobberMode),
Interactive(ClobberMode),
NoClobber,
@@ -6,9 +6,9 @@
Variants§
§Clobber(ClobberMode)
Default Always overwrite existing files
§Interactive(ClobberMode)
Prompt before overwriting a file
§NoClobber
Never overwrite a file
-Trait Implementations§
source§impl Clone for OverwriteMode
source§fn clone(&self) -> OverwriteMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<OverwriteMode> for OverwriteMode
source§fn eq(&self, other: &OverwriteMode) -> bool
This method tests for self and other values to be equal, and is used
+Trait Implementations§
source§impl Clone for OverwriteMode
source§fn clone(&self) -> OverwriteMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<OverwriteMode> for OverwriteMode
source§fn eq(&self, other: &OverwriteMode) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Copy for OverwriteMode
source§impl Eq for OverwriteMode
source§impl StructuralEq for OverwriteMode
source§impl StructuralPartialEq for OverwriteMode
Auto Trait Implementations§
§impl RefUnwindSafe for OverwriteMode
§impl Send for OverwriteMode
§impl Sync for OverwriteMode
§impl Unpin for OverwriteMode
§impl UnwindSafe for OverwriteMode
Blanket Implementations§
source§impl Copy for OverwriteMode
source§impl Eq for OverwriteMode
source§impl StructuralEq for OverwriteMode
source§impl StructuralPartialEq for OverwriteMode
Auto Trait Implementations§
§impl RefUnwindSafe for OverwriteMode
§impl Send for OverwriteMode
§impl Sync for OverwriteMode
§impl Unpin for OverwriteMode
§impl UnwindSafe for OverwriteMode
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.Preserve.html b/dev/uu_cp/enum.Preserve.html
index b12cdabb5..c577a8529 100644
--- a/dev/uu_cp/enum.Preserve.html
+++ b/dev/uu_cp/enum.Preserve.html
@@ -1,11 +1,11 @@
-Preserve in uu_cp - Rust pub enum Preserve {
+Preserve in uu_cp - Rust pub enum Preserve {
No,
Yes {
required: bool,
},
-}
Variants§
Trait Implementations§
source§impl PartialEq<Preserve> for Preserve
source§fn eq(&self, other: &Preserve) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl PartialEq<Preserve> for Preserve
source§impl Eq for Preserve
source§impl StructuralEq for Preserve
source§impl StructuralPartialEq for Preserve
Auto Trait Implementations§
§impl RefUnwindSafe for Preserve
§impl Send for Preserve
§impl Sync for Preserve
§impl Unpin for Preserve
§impl UnwindSafe for Preserve
Blanket Implementations§
source§impl Eq for Preserve
source§impl StructuralEq for Preserve
source§impl StructuralPartialEq for Preserve
Auto Trait Implementations§
§impl RefUnwindSafe for Preserve
§impl Send for Preserve
§impl Sync for Preserve
§impl Unpin for Preserve
§impl UnwindSafe for Preserve
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.ReflinkMode.html b/dev/uu_cp/enum.ReflinkMode.html
index e2b5f45ef..bc34b39a0 100644
--- a/dev/uu_cp/enum.ReflinkMode.html
+++ b/dev/uu_cp/enum.ReflinkMode.html
@@ -1,11 +1,11 @@
-ReflinkMode in uu_cp - Rust Enum uu_cp::ReflinkMode
source · pub enum ReflinkMode {
+ReflinkMode in uu_cp - Rust Enum uu_cp::ReflinkMode
source · pub enum ReflinkMode {
Always,
Auto,
Never,
}
Expand description
Possible arguments for --reflink.
-Variants§
Trait Implementations§
source§impl Clone for ReflinkMode
source§fn clone(&self) -> ReflinkMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<ReflinkMode> for ReflinkMode
source§fn eq(&self, other: &ReflinkMode) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl Clone for ReflinkMode
source§fn clone(&self) -> ReflinkMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<ReflinkMode> for ReflinkMode
source§fn eq(&self, other: &ReflinkMode) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Copy for ReflinkMode
source§impl Eq for ReflinkMode
source§impl StructuralEq for ReflinkMode
source§impl StructuralPartialEq for ReflinkMode
Auto Trait Implementations§
§impl RefUnwindSafe for ReflinkMode
§impl Send for ReflinkMode
§impl Sync for ReflinkMode
§impl Unpin for ReflinkMode
§impl UnwindSafe for ReflinkMode
Blanket Implementations§
source§impl Copy for ReflinkMode
source§impl Eq for ReflinkMode
source§impl StructuralEq for ReflinkMode
source§impl StructuralPartialEq for ReflinkMode
Auto Trait Implementations§
§impl RefUnwindSafe for ReflinkMode
§impl Send for ReflinkMode
§impl Sync for ReflinkMode
§impl Unpin for ReflinkMode
§impl UnwindSafe for ReflinkMode
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.SparseMode.html b/dev/uu_cp/enum.SparseMode.html
index 01579db98..73101b4e2 100644
--- a/dev/uu_cp/enum.SparseMode.html
+++ b/dev/uu_cp/enum.SparseMode.html
@@ -1,11 +1,11 @@
-SparseMode in uu_cp - Rust Enum uu_cp::SparseMode
source · pub enum SparseMode {
+SparseMode in uu_cp - Rust Enum uu_cp::SparseMode
source · pub enum SparseMode {
Always,
Auto,
Never,
}
Expand description
Possible arguments for --sparse.
-Variants§
Trait Implementations§
source§impl Clone for SparseMode
source§fn clone(&self) -> SparseMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<SparseMode> for SparseMode
source§fn eq(&self, other: &SparseMode) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl Clone for SparseMode
source§fn clone(&self) -> SparseMode
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl PartialEq<SparseMode> for SparseMode
source§fn eq(&self, other: &SparseMode) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Copy for SparseMode
source§impl Eq for SparseMode
source§impl StructuralEq for SparseMode
source§impl StructuralPartialEq for SparseMode
Auto Trait Implementations§
§impl RefUnwindSafe for SparseMode
§impl Send for SparseMode
§impl Sync for SparseMode
§impl Unpin for SparseMode
§impl UnwindSafe for SparseMode
Blanket Implementations§
source§impl Copy for SparseMode
source§impl Eq for SparseMode
source§impl StructuralEq for SparseMode
source§impl StructuralPartialEq for SparseMode
Auto Trait Implementations§
§impl RefUnwindSafe for SparseMode
§impl Send for SparseMode
§impl Sync for SparseMode
§impl Unpin for SparseMode
§impl UnwindSafe for SparseMode
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/enum.TargetType.html b/dev/uu_cp/enum.TargetType.html
index 5a7018910..53716f920 100644
--- a/dev/uu_cp/enum.TargetType.html
+++ b/dev/uu_cp/enum.TargetType.html
@@ -1,4 +1,4 @@
-TargetType in uu_cp - Rust Enum uu_cp::TargetType
source · pub enum TargetType {
+TargetType in uu_cp - Rust Enum uu_cp::TargetType
source · pub enum TargetType {
Directory,
File,
}
Expand description
Specifies the expected file type of copy target
diff --git a/dev/uu_cp/fn.localize_to_target.html b/dev/uu_cp/fn.localize_to_target.html
index e77603c62..e99381dac 100644
--- a/dev/uu_cp/fn.localize_to_target.html
+++ b/dev/uu_cp/fn.localize_to_target.html
@@ -1,4 +1,4 @@
-localize_to_target in uu_cp - Rust Function uu_cp::localize_to_target
source · pub fn localize_to_target(
+localize_to_target in uu_cp - Rust Function uu_cp::localize_to_target
source · pub fn localize_to_target(
root: &Path,
source: &Path,
target: &Path
diff --git a/dev/uu_cp/fn.uu_app.html b/dev/uu_cp/fn.uu_app.html
index 4b5c726b9..02cd465e0 100644
--- a/dev/uu_cp/fn.uu_app.html
+++ b/dev/uu_cp/fn.uu_app.html
@@ -1 +1 @@
-uu_app in uu_cp - Rust
\ No newline at end of file
+uu_app in uu_cp - Rust
\ No newline at end of file
diff --git a/dev/uu_cp/fn.uumain.html b/dev/uu_cp/fn.uumain.html
index 6e92ebcb0..7840aaada 100644
--- a/dev/uu_cp/fn.uumain.html
+++ b/dev/uu_cp/fn.uumain.html
@@ -1 +1 @@
-uumain in uu_cp - Rust
\ No newline at end of file
+uumain in uu_cp - Rust
\ No newline at end of file
diff --git a/dev/uu_cp/fn.verify_target_type.html b/dev/uu_cp/fn.verify_target_type.html
index a400752e4..d2d7e9e17 100644
--- a/dev/uu_cp/fn.verify_target_type.html
+++ b/dev/uu_cp/fn.verify_target_type.html
@@ -1,4 +1,4 @@
-verify_target_type in uu_cp - Rust Function uu_cp::verify_target_type
source · pub fn verify_target_type(
+verify_target_type in uu_cp - Rust Function uu_cp::verify_target_type
source · pub fn verify_target_type(
target: &Path,
target_type: &TargetType
) -> CopyResult<()>
Expand description
Generate an error message if target is not the correct target_type
diff --git a/dev/uu_cp/index.html b/dev/uu_cp/index.html
index 6e8586763..39b633783 100644
--- a/dev/uu_cp/index.html
+++ b/dev/uu_cp/index.html
@@ -1,2 +1,2 @@
-uu_cp - Rust Structs
- Re-usable, extensible copy options
Enums
- Specifies whether when overwrite files
- Specifies whether when overwrite files
- Possible arguments for
--reflink. - Possible arguments for
--sparse. - Specifies the expected file type of copy target
Functions
- Remove the
root prefix from source and prefix it with target
+uu_cp - Rust Structs
- Re-usable, extensible copy options
Enums
- Specifies whether when overwrite files
- Specifies whether when overwrite files
- Possible arguments for
--reflink. - Possible arguments for
--sparse. - Specifies the expected file type of copy target
Functions
- Remove the
root prefix from source and prefix it with target
to create a file that is local to target - Generate an error message if
target is not the correct target_type
Type Definitions
\ No newline at end of file
diff --git a/dev/uu_cp/struct.Attributes.html b/dev/uu_cp/struct.Attributes.html
index f2dbe6882..a9560a536 100644
--- a/dev/uu_cp/struct.Attributes.html
+++ b/dev/uu_cp/struct.Attributes.html
@@ -1,4 +1,4 @@
-Attributes in uu_cp - Rust Struct uu_cp::Attributes
source · pub struct Attributes { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
§impl RefUnwindSafe for Attributes
§impl Send for Attributes
§impl Sync for Attributes
§impl Unpin for Attributes
§impl UnwindSafe for Attributes
Blanket Implementations§
source§impl<T> Any for Twhere
+Attributes in uu_cp - Rust Struct uu_cp::Attributes
source · pub struct Attributes { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
§impl RefUnwindSafe for Attributes
§impl Send for Attributes
§impl Sync for Attributes
§impl Unpin for Attributes
§impl UnwindSafe for Attributes
Blanket Implementations§
source§impl<T> From<T> for T
const: unstable · source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/dev/uu_cp/struct.Options.html b/dev/uu_cp/struct.Options.html
index 250334619..99ccf9d43 100644
--- a/dev/uu_cp/struct.Options.html
+++ b/dev/uu_cp/struct.Options.html
@@ -1,4 +1,4 @@
-Options in uu_cp - Rust pub struct Options { /* private fields */ }
Expand description
Re-usable, extensible copy options
+Options in uu_cp - Rust pub struct Options { /* private fields */ }
Expand description
Re-usable, extensible copy options
Auto Trait Implementations§
§impl RefUnwindSafe for Options
§impl Send for Options
§impl Sync for Options
§impl Unpin for Options
§impl UnwindSafe for Options
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
diff --git a/dev/uu_cp/type.CopyResult.html b/dev/uu_cp/type.CopyResult.html
index 96f28ef68..d94dd53d0 100644
--- a/dev/uu_cp/type.CopyResult.html
+++ b/dev/uu_cp/type.CopyResult.html
@@ -1 +1 @@
-CopyResult in uu_cp - Rust Type Definition uu_cp::CopyResult
source · pub type CopyResult<T> = Result<T, Error>;
\ No newline at end of file
+CopyResult in uu_cp - Rust Type Definition uu_cp::CopyResult
source · pub type CopyResult<T> = Result<T, Error>;
\ No newline at end of file
diff --git a/dev/uu_cp/type.Source.html b/dev/uu_cp/type.Source.html
index 14053932e..bdab0d6a5 100644
--- a/dev/uu_cp/type.Source.html
+++ b/dev/uu_cp/type.Source.html
@@ -1 +1 @@
-Source in uu_cp - Rust
\ No newline at end of file
+Source in uu_cp - Rust
\ No newline at end of file
diff --git a/dev/uu_cp/type.SourceSlice.html b/dev/uu_cp/type.SourceSlice.html
index 767516786..8a7b29eee 100644
--- a/dev/uu_cp/type.SourceSlice.html
+++ b/dev/uu_cp/type.SourceSlice.html
@@ -1 +1 @@
-SourceSlice in uu_cp - Rust Type Definition uu_cp::SourceSlice
source · pub type SourceSlice = Path;
\ No newline at end of file
+SourceSlice in uu_cp - Rust Type Definition uu_cp::SourceSlice
source · pub type SourceSlice = Path;
\ No newline at end of file
diff --git a/dev/uu_cp/type.Target.html b/dev/uu_cp/type.Target.html
index d6127f0de..e8a88d0d6 100644
--- a/dev/uu_cp/type.Target.html
+++ b/dev/uu_cp/type.Target.html
@@ -1 +1 @@
-Target in uu_cp - Rust
\ No newline at end of file
+Target in uu_cp - Rust
\ No newline at end of file
diff --git a/dev/uu_cp/type.TargetSlice.html b/dev/uu_cp/type.TargetSlice.html
index cfb75e644..abb07c210 100644
--- a/dev/uu_cp/type.TargetSlice.html
+++ b/dev/uu_cp/type.TargetSlice.html
@@ -1 +1 @@
-TargetSlice in uu_cp - Rust Type Definition uu_cp::TargetSlice
source · pub type TargetSlice = Path;
\ No newline at end of file
+TargetSlice in uu_cp - Rust Type Definition uu_cp::TargetSlice
source · pub type TargetSlice = Path;
\ No newline at end of file
diff --git a/dev/uu_more/fn.uu_app.html b/dev/uu_more/fn.uu_app.html
index 27d4879eb..dc1a1413e 100644
--- a/dev/uu_more/fn.uu_app.html
+++ b/dev/uu_more/fn.uu_app.html
@@ -1 +1 @@
-uu_app in uu_more - Rust
\ No newline at end of file
+uu_app in uu_more - Rust
\ No newline at end of file
diff --git a/dev/uu_more/fn.uumain.html b/dev/uu_more/fn.uumain.html
index 2a94730e1..cc170cf3e 100644
--- a/dev/uu_more/fn.uumain.html
+++ b/dev/uu_more/fn.uumain.html
@@ -1 +1 @@
-uumain in uu_more - Rust
\ No newline at end of file
+uumain in uu_more - Rust
\ No newline at end of file
diff --git a/dev/uu_more/index.html b/dev/uu_more/index.html
index 5cca584f7..19719300f 100644
--- a/dev/uu_more/index.html
+++ b/dev/uu_more/index.html
@@ -1 +1 @@
-uu_more - Rust
\ No newline at end of file
+uu_more - Rust
\ No newline at end of file