pub struct ListAppsQuery {
pub relative_path: Option<String>,
}Expand description
Query params for /api/list-apps (adk-go compatible)
Fields§
§relative_path: Option<String>Trait Implementations§
Source§impl Debug for ListAppsQuery
impl Debug for ListAppsQuery
Source§impl<'de> Deserialize<'de> for ListAppsQuery
impl<'de> Deserialize<'de> for ListAppsQuery
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 ListAppsQuery
impl RefUnwindSafe for ListAppsQuery
impl Send for ListAppsQuery
impl Sync for ListAppsQuery
impl Unpin for ListAppsQuery
impl UnwindSafe for ListAppsQuery
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