pub struct TypeLifetimeSpec {
pub type_name: String,
pub methods: HashMap<String, Vec<MethodLifetime>>,
pub members: HashMap<String, TypeLifetime>,
pub typedefs: HashMap<String, TypeLifetime>,
}Fields§
§type_name: String§methods: HashMap<String, Vec<MethodLifetime>>§members: HashMap<String, TypeLifetime>§typedefs: HashMap<String, TypeLifetime>Trait Implementations§
Source§impl Clone for TypeLifetimeSpec
impl Clone for TypeLifetimeSpec
Source§fn clone(&self) -> TypeLifetimeSpec
fn clone(&self) -> TypeLifetimeSpec
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 TypeLifetimeSpec
impl RefUnwindSafe for TypeLifetimeSpec
impl Send for TypeLifetimeSpec
impl Sync for TypeLifetimeSpec
impl Unpin for TypeLifetimeSpec
impl UnwindSafe for TypeLifetimeSpec
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