pub struct BloomGroup {
pub blooms: Vec<Bloom>,
}Expand description
Group of blooms that are in the same index.
Fields§
§blooms: Vec<Bloom>Implementations§
Trait Implementations§
Source§impl Clone for BloomGroup
impl Clone for BloomGroup
Source§fn clone(&self) -> BloomGroup
fn clone(&self) -> BloomGroup
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 BloomGroup
impl RefUnwindSafe for BloomGroup
impl Send for BloomGroup
impl Sync for BloomGroup
impl Unpin for BloomGroup
impl UnwindSafe for BloomGroup
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