pub struct SetupAction {
pub kind: String,
pub url: Option<String>,
}Fields§
§kind: String§url: Option<String>Trait Implementations§
Source§impl Clone for SetupAction
impl Clone for SetupAction
Source§fn clone(&self) -> SetupAction
fn clone(&self) -> SetupAction
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 SetupAction
impl Debug for SetupAction
Source§impl<'de> Deserialize<'de> for SetupAction
impl<'de> Deserialize<'de> for SetupAction
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
impl Eq for SetupAction
Source§impl PartialEq for SetupAction
impl PartialEq for SetupAction
Source§impl Serialize for SetupAction
impl Serialize for SetupAction
impl StructuralPartialEq for SetupAction
Auto Trait Implementations§
impl Freeze for SetupAction
impl RefUnwindSafe for SetupAction
impl Send for SetupAction
impl Sync for SetupAction
impl Unpin for SetupAction
impl UnsafeUnpin for SetupAction
impl UnwindSafe for SetupAction
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