pub struct IgnoreOptions {
pub element: &'static str,
pub attach_to: AttachToEnum,
}
Fields§
§element: &'static str
§attach_to: AttachToEnum
Trait Implementations§
Source§impl Clone for IgnoreOptions
impl Clone for IgnoreOptions
Source§fn clone(&self) -> IgnoreOptions
fn clone(&self) -> IgnoreOptions
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 moreAuto Trait Implementations§
impl Freeze for IgnoreOptions
impl RefUnwindSafe for IgnoreOptions
impl Send for IgnoreOptions
impl Sync for IgnoreOptions
impl Unpin for IgnoreOptions
impl UnwindSafe for IgnoreOptions
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