pub struct CollectionMember {
pub fractal: FractalType,
pub operation: Operation,
}
Expand description
A member of the FractalCollection, containing the fractal itself and the operation that connects it to the rest of the collection.
Fields§
§fractal: FractalType
§operation: Operation
Trait Implementations§
Source§impl Clone for CollectionMember
impl Clone for CollectionMember
Source§fn clone(&self) -> CollectionMember
fn clone(&self) -> CollectionMember
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 CollectionMember
impl RefUnwindSafe for CollectionMember
impl Send for CollectionMember
impl Sync for CollectionMember
impl Unpin for CollectionMember
impl UnwindSafe for CollectionMember
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