pub struct FirEntry { /* private fields */ }
Expand description
An entry in a Full Intra Refresh
Implementations§
Trait Implementations§
impl Eq for FirEntry
impl StructuralPartialEq for FirEntry
Auto Trait Implementations§
impl Freeze for FirEntry
impl RefUnwindSafe for FirEntry
impl Send for FirEntry
impl Sync for FirEntry
impl Unpin for FirEntry
impl UnwindSafe for FirEntry
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