pub struct LocalAgentConfigEntry {
pub path: Vec<String>,
pub value: ValueAndType,
}Fields§
§path: Vec<String>§value: ValueAndTypeTrait Implementations§
Source§impl Clone for LocalAgentConfigEntry
impl Clone for LocalAgentConfigEntry
Source§fn clone(&self) -> LocalAgentConfigEntry
fn clone(&self) -> LocalAgentConfigEntry
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 moreAuto Trait Implementations§
impl Freeze for LocalAgentConfigEntry
impl RefUnwindSafe for LocalAgentConfigEntry
impl Send for LocalAgentConfigEntry
impl Sync for LocalAgentConfigEntry
impl Unpin for LocalAgentConfigEntry
impl UnsafeUnpin for LocalAgentConfigEntry
impl UnwindSafe for LocalAgentConfigEntry
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