struct GlobCategory {
index: usize,
pattern: String,
hint: Option<u64>,
}Fields§
§index: usize§pattern: String§hint: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobCategory
impl RefUnwindSafe for GlobCategory
impl Send for GlobCategory
impl Sync for GlobCategory
impl Unpin for GlobCategory
impl UnsafeUnpin for GlobCategory
impl UnwindSafe for GlobCategory
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