pub struct Entry<'a, K> {
pub offset: u64,
pub name: &'a OsStr,
pub inode: K,
pub ttl: Ttl,
}Fields§
§offset: u64§name: &'a OsStr§inode: K§ttl: TtlAuto Trait Implementations§
impl<'a, K> Freeze for Entry<'a, K>where
K: Freeze,
impl<'a, K> RefUnwindSafe for Entry<'a, K>where
K: RefUnwindSafe,
impl<'a, K> Send for Entry<'a, K>where
K: Send,
impl<'a, K> Sync for Entry<'a, K>where
K: Sync,
impl<'a, K> Unpin for Entry<'a, K>where
K: Unpin,
impl<'a, K> UnwindSafe for Entry<'a, K>where
K: 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