pub struct CompiledGlob { /* private fields */ }Implementations§
Source§impl CompiledGlob
impl CompiledGlob
pub fn merge(self, other: CompiledGlob) -> CompiledGlob
pub fn merge_many( globs: impl IntoIterator<Item = CompiledGlob>, ) -> Result<CompiledGlob>
Trait Implementations§
Source§impl Clone for CompiledGlob
impl Clone for CompiledGlob
Source§fn clone(&self) -> CompiledGlob
fn clone(&self) -> CompiledGlob
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompiledGlob
impl RefUnwindSafe for CompiledGlob
impl Send for CompiledGlob
impl Sync for CompiledGlob
impl Unpin for CompiledGlob
impl UnsafeUnpin for CompiledGlob
impl UnwindSafe for CompiledGlob
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