Struct zed_actions2::OpenZedURL
source · pub struct OpenZedURL {
pub url: String,
}
Fields§
§url: String
Trait Implementations§
source§impl Action for OpenZedURL
impl Action for OpenZedURL
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl Clone for OpenZedURL
impl Clone for OpenZedURL
source§fn clone(&self) -> OpenZedURL
fn clone(&self) -> OpenZedURL
Returns a copy 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<'de> Deserialize<'de> for OpenZedURL
impl<'de> Deserialize<'de> for OpenZedURL
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<OpenZedURL> for OpenZedURL
impl PartialEq<OpenZedURL> for OpenZedURL
source§fn eq(&self, other: &OpenZedURL) -> bool
fn eq(&self, other: &OpenZedURL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpenZedURL
Auto Trait Implementations§
impl RefUnwindSafe for OpenZedURL
impl Send for OpenZedURL
impl Sync for OpenZedURL
impl Unpin for OpenZedURL
impl UnwindSafe for OpenZedURL
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