pub struct TraitTreeWithSelections {
pub tree: TraitTreeFlat,
pub selections: Vec<TraitSelection>,
}Fields§
§tree: TraitTreeFlat§selections: Vec<TraitSelection>Trait Implementations§
Source§impl Clone for TraitTreeWithSelections
impl Clone for TraitTreeWithSelections
Source§fn clone(&self) -> TraitTreeWithSelections
fn clone(&self) -> TraitTreeWithSelections
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 TraitTreeWithSelections
impl Debug for TraitTreeWithSelections
Source§impl<'de> Deserialize<'de> for TraitTreeWithSelections
impl<'de> Deserialize<'de> for TraitTreeWithSelections
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TraitTreeWithSelections
impl RefUnwindSafe for TraitTreeWithSelections
impl Send for TraitTreeWithSelections
impl Sync for TraitTreeWithSelections
impl Unpin for TraitTreeWithSelections
impl UnsafeUnpin for TraitTreeWithSelections
impl UnwindSafe for TraitTreeWithSelections
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