pub struct PrayConfig {
pub local: PrayLocalConfig,
}Fields§
§local: PrayLocalConfigTrait Implementations§
Source§impl Clone for PrayConfig
impl Clone for PrayConfig
Source§fn clone(&self) -> PrayConfig
fn clone(&self) -> PrayConfig
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 PrayConfig
impl Debug for PrayConfig
Source§impl Default for PrayConfig
impl Default for PrayConfig
Source§fn default() -> PrayConfig
fn default() -> PrayConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrayConfig
impl<'de> Deserialize<'de> for PrayConfig
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 PrayConfig
Source§impl PartialEq for PrayConfig
impl PartialEq for PrayConfig
impl StructuralPartialEq for PrayConfig
Auto Trait Implementations§
impl Freeze for PrayConfig
impl RefUnwindSafe for PrayConfig
impl Send for PrayConfig
impl Sync for PrayConfig
impl Unpin for PrayConfig
impl UnsafeUnpin for PrayConfig
impl UnwindSafe for PrayConfig
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