pub enum BinarySource {
Path(PathBuf),
WebEntry {
web_path: PathBuf,
entry_name: String,
},
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BinarySource
impl Clone for BinarySource
Source§fn clone(&self) -> BinarySource
fn clone(&self) -> BinarySource
Returns a duplicate 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 BinarySource
impl Debug for BinarySource
Source§impl Display for BinarySource
impl Display for BinarySource
Source§impl Hash for BinarySource
impl Hash for BinarySource
Source§impl Ord for BinarySource
impl Ord for BinarySource
Source§fn cmp(&self, other: &BinarySource) -> Ordering
fn cmp(&self, other: &BinarySource) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BinarySource
impl PartialEq for BinarySource
Source§impl PartialOrd for BinarySource
impl PartialOrd for BinarySource
impl Eq for BinarySource
impl StructuralPartialEq for BinarySource
Auto Trait Implementations§
impl Freeze for BinarySource
impl RefUnwindSafe for BinarySource
impl Send for BinarySource
impl Sync for BinarySource
impl Unpin for BinarySource
impl UnwindSafe for BinarySource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.