pub struct AgentList { /* private fields */ }Expand description
Native representation of a list of Agents
Implementations
Trait Implementations
sourceimpl FromBytes<AgentList> for AgentList
impl FromBytes<AgentList> for AgentList
fn from_bytes(bytes: &[u8]) -> Result<AgentList, ProtoConversionError>
sourceimpl FromNative<AgentList> for AgentList
impl FromNative<AgentList> for AgentList
fn from_native(agent_list: AgentList) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<AgentList> for AgentList
impl FromProto<AgentList> for AgentList
fn from_proto(agent_list: AgentList) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for AgentList
impl IntoBytes for AgentList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<AgentList> for AgentList
impl IntoNative<AgentList> for AgentList
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<AgentList> for AgentList
impl IntoProto<AgentList> for AgentList
fn into_proto(self) -> Result<T, ProtoConversionError>
impl StructuralPartialEq for AgentList
Auto Trait Implementations
impl RefUnwindSafe for AgentList
impl Send for AgentList
impl Sync for AgentList
impl Unpin for AgentList
impl UnwindSafe for AgentList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more