pub struct ConfigTypeInstance { /* private fields */ }
Expand description
A ConfigType is part of an instance, which can also have dependencies
Trait Implementations§
Source§impl Clone for ConfigTypeInstance
impl Clone for ConfigTypeInstance
Source§fn clone(&self) -> ConfigTypeInstance
fn clone(&self) -> ConfigTypeInstance
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 ConfigTypeInstance
impl Debug for ConfigTypeInstance
Source§impl PartialEq for ConfigTypeInstance
impl PartialEq for ConfigTypeInstance
impl Eq for ConfigTypeInstance
impl StructuralPartialEq for ConfigTypeInstance
Auto Trait Implementations§
impl Freeze for ConfigTypeInstance
impl RefUnwindSafe for ConfigTypeInstance
impl Send for ConfigTypeInstance
impl Sync for ConfigTypeInstance
impl Unpin for ConfigTypeInstance
impl UnwindSafe for ConfigTypeInstance
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