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