pub struct ActionReadUrlContent {
pub url: Option<String>,
pub title: Option<String>,
pub summary: Option<String>,
pub content_path: Option<String>,
}Expand description
antigravity.localharness.ActionReadUrlContent
Fields§
§url: Option<String>§title: Option<String>§summary: Option<String>§content_path: Option<String>Trait Implementations§
Source§impl Clone for ActionReadUrlContent
impl Clone for ActionReadUrlContent
Source§fn clone(&self) -> ActionReadUrlContent
fn clone(&self) -> ActionReadUrlContent
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 ActionReadUrlContent
impl Debug for ActionReadUrlContent
Source§impl Default for ActionReadUrlContent
impl Default for ActionReadUrlContent
Source§fn default() -> ActionReadUrlContent
fn default() -> ActionReadUrlContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionReadUrlContent
impl<'de> Deserialize<'de> for ActionReadUrlContent
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 ActionReadUrlContent
impl PartialEq for ActionReadUrlContent
Source§impl Serialize for ActionReadUrlContent
impl Serialize for ActionReadUrlContent
impl StructuralPartialEq for ActionReadUrlContent
Auto Trait Implementations§
impl Freeze for ActionReadUrlContent
impl RefUnwindSafe for ActionReadUrlContent
impl Send for ActionReadUrlContent
impl Sync for ActionReadUrlContent
impl Unpin for ActionReadUrlContent
impl UnsafeUnpin for ActionReadUrlContent
impl UnwindSafe for ActionReadUrlContent
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