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