[][src]Trait grid_sdk::protos::IntoBytes

pub trait IntoBytes: Sized {
    fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>;
}

Required methods

Loading content...

Implementors

impl IntoBytes for CreateAgentAction[src]

impl IntoBytes for CreateOrganizationAction[src]

impl IntoBytes for PikePayload[src]

impl IntoBytes for UpdateAgentAction[src]

impl IntoBytes for UpdateOrganizationAction[src]

impl IntoBytes for Agent[src]

impl IntoBytes for AgentList[src]

impl IntoBytes for KeyValueEntry[src]

impl IntoBytes for Organization[src]

impl IntoBytes for OrganizationList[src]

impl IntoBytes for SchemaCreateAction[src]

impl IntoBytes for SchemaPayload[src]

impl IntoBytes for SchemaUpdateAction[src]

impl IntoBytes for PropertyDefinition[src]

impl IntoBytes for PropertyValue[src]

impl IntoBytes for Schema[src]

impl IntoBytes for SchemaList[src]

impl IntoBytes for AnswerProposalAction[src]

impl IntoBytes for CreateProposalAction[src]

impl IntoBytes for CreateRecordAction[src]

impl IntoBytes for FinalizeRecordAction[src]

impl IntoBytes for RevokeReporterAction[src]

impl IntoBytes for TrackAndTracePayload[src]

impl IntoBytes for UpdatePropertiesAction[src]

impl IntoBytes for AssociatedAgent[src]

impl IntoBytes for Property[src]

impl IntoBytes for PropertyList[src]

impl IntoBytes for PropertyPage[src]

impl IntoBytes for PropertyPageList[src]

impl IntoBytes for Proposal[src]

impl IntoBytes for ProposalList[src]

impl IntoBytes for Record[src]

impl IntoBytes for RecordList[src]

impl IntoBytes for ReportedValue[src]

impl IntoBytes for Reporter[src]

Loading content...