pub struct ConfFeature {}Trait Implementations§
Source§impl Clone for ConfFeature
impl Clone for ConfFeature
Source§fn clone(&self) -> ConfFeature
fn clone(&self) -> ConfFeature
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 ConfFeature
impl Debug for ConfFeature
Source§impl PartialEq for ConfFeature
impl PartialEq for ConfFeature
impl StructuralPartialEq for ConfFeature
Auto Trait Implementations§
impl Freeze for ConfFeature
impl RefUnwindSafe for ConfFeature
impl Send for ConfFeature
impl Sync for ConfFeature
impl Unpin for ConfFeature
impl UnwindSafe for ConfFeature
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