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