pub struct UnorderedChildList<O: Object> { /* private fields */ }Implementations§
Source§impl<O: Object> UnorderedChildList<O>
impl<O: Object> UnorderedChildList<O>
Source§impl<O: TreeObj> UnorderedChildList<O>
impl<O: TreeObj> UnorderedChildList<O>
Sourcepub fn collect_data(
&self,
objects: &<O::Project as Project>::Objects,
) -> UnorderedChildListTreeData<O>
pub fn collect_data( &self, objects: &<O::Project as Project>::Objects, ) -> UnorderedChildListTreeData<O>
Trait Implementations§
Source§impl<O: Object> Children<O> for UnorderedChildList<O>
impl<O: Object> Children<O> for UnorderedChildList<O>
Source§impl<O: Clone + Object> Clone for UnorderedChildList<O>
impl<O: Clone + Object> Clone for UnorderedChildList<O>
Source§fn clone(&self) -> UnorderedChildList<O>
fn clone(&self) -> UnorderedChildList<O>
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<O: Object> Default for UnorderedChildList<O>
impl<O: Object> Default for UnorderedChildList<O>
Source§impl<O: Object> Serializable<<O as Object>::Project> for UnorderedChildList<O>
impl<O: Object> Serializable<<O as Object>::Project> for UnorderedChildList<O>
fn serialize(&self, context: &SerializationContext<'_, O::Project>) -> Value
fn deserialize( data: &Value, context: &mut DeserializationContext<'_, O::Project>, ) -> Option<Self>
Auto Trait Implementations§
impl<O> Freeze for UnorderedChildList<O>
impl<O> RefUnwindSafe for UnorderedChildList<O>where
O: RefUnwindSafe,
impl<O> Send for UnorderedChildList<O>where
O: Send,
impl<O> Sync for UnorderedChildList<O>where
O: Sync,
impl<O> Unpin for UnorderedChildList<O>where
O: Unpin,
impl<O> UnwindSafe for UnorderedChildList<O>where
O: UnwindSafe,
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