pub struct TechTreeDependencies(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for TechTreeDependencies
impl Clone for TechTreeDependencies
Source§fn clone(&self) -> TechTreeDependencies
fn clone(&self) -> TechTreeDependencies
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 TechTreeDependencies
impl Debug for TechTreeDependencies
Source§impl Default for TechTreeDependencies
impl Default for TechTreeDependencies
Source§fn default() -> TechTreeDependencies
fn default() -> TechTreeDependencies
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TechTreeDependencies
impl RefUnwindSafe for TechTreeDependencies
impl Send for TechTreeDependencies
impl Sync for TechTreeDependencies
impl Unpin for TechTreeDependencies
impl UnwindSafe for TechTreeDependencies
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