pub struct AgentPath(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AgentPath
impl<'de> Deserialize<'de> for AgentPath
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 AgentPath
impl StructuralPartialEq for AgentPath
Auto Trait Implementations§
impl Freeze for AgentPath
impl RefUnwindSafe for AgentPath
impl Send for AgentPath
impl Sync for AgentPath
impl Unpin for AgentPath
impl UnsafeUnpin for AgentPath
impl UnwindSafe for AgentPath
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