pub struct Glob<S, T = DefaultStore>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, T> Freeze for Glob<S, T>
impl<S, T> RefUnwindSafe for Glob<S, T>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<S, T> Send for Glob<S, T>
impl<S, T> Sync for Glob<S, T>
impl<S, T> Unpin for Glob<S, T>
impl<S, T> UnwindSafe for Glob<S, T>where
S: UnwindSafe,
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