pub struct ConfigFragment {
pub data: JsonValueNode,
pub priority: u32,
}Expand description
配置片段
Fields§
§data: JsonValueNode配置数据
priority: u32优先级
Trait Implementations§
Source§impl Clone for ConfigFragment
impl Clone for ConfigFragment
Source§fn clone(&self) -> ConfigFragment
fn clone(&self) -> ConfigFragment
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 ConfigFragment
impl Debug for ConfigFragment
Source§impl<'de> Deserialize<'de> for ConfigFragment
impl<'de> Deserialize<'de> for ConfigFragment
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
Auto Trait Implementations§
impl Freeze for ConfigFragment
impl RefUnwindSafe for ConfigFragment
impl Send for ConfigFragment
impl Sync for ConfigFragment
impl Unpin for ConfigFragment
impl UnsafeUnpin for ConfigFragment
impl UnwindSafe for ConfigFragment
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