Struct derive_more::utils::FullMetaInfo
source · pub struct FullMetaInfo {
pub enabled: bool,
pub forward: bool,
pub owned: bool,
pub ref_: bool,
pub ref_mut: bool,
pub info: MetaInfo,
}
Fields§
§enabled: bool
§forward: bool
§owned: bool
§ref_: bool
§ref_mut: bool
§info: MetaInfo
Implementations§
source§impl FullMetaInfo
impl FullMetaInfo
pub fn ref_types(&self) -> Vec<RefType>
pub fn additional_types( &self, ref_type: RefType ) -> HashSet<Type, DeterministicState>
Trait Implementations§
source§impl Clone for FullMetaInfo
impl Clone for FullMetaInfo
source§fn clone(&self) -> FullMetaInfo
fn clone(&self) -> FullMetaInfo
Returns a copy 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 FullMetaInfo
impl Debug for FullMetaInfo
source§impl Default for FullMetaInfo
impl Default for FullMetaInfo
source§fn default() -> FullMetaInfo
fn default() -> FullMetaInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FullMetaInfo
impl !Send for FullMetaInfo
impl !Sync for FullMetaInfo
impl Unpin for FullMetaInfo
impl UnwindSafe for FullMetaInfo
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