pub struct ActionListDirectory {
pub directory_path: Option<String>,
pub results: Vec<ActionListDirectoryResult>,
}Expand description
antigravity.localharness.ActionListDirectory
Fields§
§directory_path: Option<String>§results: Vec<ActionListDirectoryResult>Trait Implementations§
Source§impl Clone for ActionListDirectory
impl Clone for ActionListDirectory
Source§fn clone(&self) -> ActionListDirectory
fn clone(&self) -> ActionListDirectory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActionListDirectory
impl Debug for ActionListDirectory
Source§impl Default for ActionListDirectory
impl Default for ActionListDirectory
Source§fn default() -> ActionListDirectory
fn default() -> ActionListDirectory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionListDirectory
impl<'de> Deserialize<'de> for ActionListDirectory
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 PartialEq for ActionListDirectory
impl PartialEq for ActionListDirectory
Source§impl Serialize for ActionListDirectory
impl Serialize for ActionListDirectory
impl StructuralPartialEq for ActionListDirectory
Auto Trait Implementations§
impl Freeze for ActionListDirectory
impl RefUnwindSafe for ActionListDirectory
impl Send for ActionListDirectory
impl Sync for ActionListDirectory
impl Unpin for ActionListDirectory
impl UnsafeUnpin for ActionListDirectory
impl UnwindSafe for ActionListDirectory
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