pub struct PathConfig {
pub default_repo: String,
pub repos: Vec<String>,
}Fields§
§default_repo: String§repos: Vec<String>Trait Implementations§
Source§impl Debug for PathConfig
impl Debug for PathConfig
Source§impl Default for PathConfig
impl Default for PathConfig
Source§impl<'de> Deserialize<'de> for PathConfig
impl<'de> Deserialize<'de> for PathConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PathConfig
impl PartialEq for PathConfig
Source§impl Serialize for PathConfig
impl Serialize for PathConfig
impl Eq for PathConfig
impl StructuralPartialEq for PathConfig
Auto Trait Implementations§
impl Freeze for PathConfig
impl RefUnwindSafe for PathConfig
impl Send for PathConfig
impl Sync for PathConfig
impl Unpin for PathConfig
impl UnwindSafe for PathConfig
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<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.