pub struct SchemasGetAllResponse {
pub schema_ids: Vec<String>,
}Expand description
Response from the cloudagent when requesting every schema the cloudagent has registered
Fields§
§schema_ids: Vec<String>List of all the ids of every schema that the cloudagent has registered
Trait Implementations§
Source§impl Debug for SchemasGetAllResponse
impl Debug for SchemasGetAllResponse
Source§impl<'de> Deserialize<'de> for SchemasGetAllResponse
impl<'de> Deserialize<'de> for SchemasGetAllResponse
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
Auto Trait Implementations§
impl Freeze for SchemasGetAllResponse
impl RefUnwindSafe for SchemasGetAllResponse
impl Send for SchemasGetAllResponse
impl Sync for SchemasGetAllResponse
impl Unpin for SchemasGetAllResponse
impl UnwindSafe for SchemasGetAllResponse
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