pub struct ApplicationCompletionLink {
pub url: String,
pub params: Value,
}Expand description
Application completion link
Fields§
§url: String§params: ValueTrait Implementations§
Source§impl Clone for ApplicationCompletionLink
impl Clone for ApplicationCompletionLink
Source§fn clone(&self) -> ApplicationCompletionLink
fn clone(&self) -> ApplicationCompletionLink
Returns a duplicate of the value. Read more
1.0.0 · 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 ApplicationCompletionLink
impl Debug for ApplicationCompletionLink
Source§impl<'de> Deserialize<'de> for ApplicationCompletionLink
impl<'de> Deserialize<'de> for ApplicationCompletionLink
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 ApplicationCompletionLink
impl RefUnwindSafe for ApplicationCompletionLink
impl Send for ApplicationCompletionLink
impl Sync for ApplicationCompletionLink
impl Unpin for ApplicationCompletionLink
impl UnwindSafe for ApplicationCompletionLink
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