Struct anda_config::config::AndaConfig
source · [−]Fields
project: BTreeMap<String, Project>Implementations
sourceimpl AndaConfig
impl AndaConfig
pub fn find_key_for_value(&self, value: &Project) -> Option<&String>
Trait Implementations
sourceimpl Clone for AndaConfig
impl Clone for AndaConfig
sourcefn clone(&self) -> AndaConfig
fn clone(&self) -> AndaConfig
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 AndaConfig
impl Debug for AndaConfig
sourceimpl<'de> Deserialize<'de> for AndaConfig
impl<'de> Deserialize<'de> for AndaConfig
sourcefn 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
sourceimpl Serialize for AndaConfig
impl Serialize for AndaConfig
Auto Trait Implementations
impl RefUnwindSafe for AndaConfig
impl Send for AndaConfig
impl Sync for AndaConfig
impl Unpin for AndaConfig
impl UnwindSafe for AndaConfig
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