pub struct StartAttributes {
pub action: Option<String>,
pub method: Option<String>,
}Fields§
§action: Option<String>§method: Option<String>Trait Implementations§
Source§impl Clone for StartAttributes
impl Clone for StartAttributes
Source§fn clone(&self) -> StartAttributes
fn clone(&self) -> StartAttributes
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 StartAttributes
impl Debug for StartAttributes
Source§impl Default for StartAttributes
impl Default for StartAttributes
Source§fn default() -> StartAttributes
fn default() -> StartAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StartAttributes
impl RefUnwindSafe for StartAttributes
impl Send for StartAttributes
impl Sync for StartAttributes
impl Unpin for StartAttributes
impl UnwindSafe for StartAttributes
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