pub struct KernelSet { /* private fields */ }Expand description
Kernels in preference order: a date is computed with the first kernel covering it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KernelSet
impl RefUnwindSafe for KernelSet
impl Send for KernelSet
impl Sync for KernelSet
impl Unpin for KernelSet
impl UnsafeUnpin for KernelSet
impl UnwindSafe for KernelSet
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