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