pub struct GlobMapBuilder<T> { /* private fields */ }Expand description
A builder for constructing a GlobMap.
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for GlobMapBuilder<T>
impl<T: Clone> Clone for GlobMapBuilder<T>
Source§fn clone(&self) -> GlobMapBuilder<T>
fn clone(&self) -> GlobMapBuilder<T>
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<T: Debug> Debug for GlobMapBuilder<T>
impl<T: Debug> Debug for GlobMapBuilder<T>
Auto Trait Implementations§
impl<T> Freeze for GlobMapBuilder<T>
impl<T> RefUnwindSafe for GlobMapBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for GlobMapBuilder<T>where
T: Send,
impl<T> Sync for GlobMapBuilder<T>where
T: Sync,
impl<T> Unpin for GlobMapBuilder<T>where
T: Unpin,
impl<T> UnsafeUnpin for GlobMapBuilder<T>
impl<T> UnwindSafe for GlobMapBuilder<T>where
T: 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