pub struct FeatureRef {
pub name: Option<String>,
pub struc: Option<String>,
}Fields§
§name: Option<String>§struc: Option<String>Trait Implementations§
Source§impl Clone for FeatureRef
impl Clone for FeatureRef
Source§fn clone(&self) -> FeatureRef
fn clone(&self) -> FeatureRef
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 FeatureRef
impl Debug for FeatureRef
Source§impl PartialEq for FeatureRef
impl PartialEq for FeatureRef
impl Eq for FeatureRef
impl StructuralPartialEq for FeatureRef
Auto Trait Implementations§
impl Freeze for FeatureRef
impl RefUnwindSafe for FeatureRef
impl Send for FeatureRef
impl Sync for FeatureRef
impl Unpin for FeatureRef
impl UnwindSafe for FeatureRef
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