pub struct PrayLocalConfig {
pub package: BTreeMap<String, String>,
pub source: BTreeMap<String, String>,
}Fields§
§package: BTreeMap<String, String>§source: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for PrayLocalConfig
impl Clone for PrayLocalConfig
Source§fn clone(&self) -> PrayLocalConfig
fn clone(&self) -> PrayLocalConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrayLocalConfig
impl Debug for PrayLocalConfig
Source§impl Default for PrayLocalConfig
impl Default for PrayLocalConfig
Source§fn default() -> PrayLocalConfig
fn default() -> PrayLocalConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrayLocalConfig
impl<'de> Deserialize<'de> for PrayLocalConfig
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
impl Eq for PrayLocalConfig
Source§impl PartialEq for PrayLocalConfig
impl PartialEq for PrayLocalConfig
impl StructuralPartialEq for PrayLocalConfig
Auto Trait Implementations§
impl Freeze for PrayLocalConfig
impl RefUnwindSafe for PrayLocalConfig
impl Send for PrayLocalConfig
impl Sync for PrayLocalConfig
impl Unpin for PrayLocalConfig
impl UnsafeUnpin for PrayLocalConfig
impl UnwindSafe for PrayLocalConfig
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