pub struct AgentPath(/* private fields */);Implementations§
Trait 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
Source§impl Ord for AgentPath
impl Ord for AgentPath
Source§impl PartialOrd for AgentPath
impl PartialOrd for AgentPath
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