struct OutlineEntry {
path: OutlinePath,
serial: u32,
}Fields§
§path: OutlinePath§serial: u32Implementations§
Source§impl OutlineEntry
impl OutlineEntry
const fn new(path: OutlinePath, serial: u32) -> Self
Auto Trait Implementations§
impl Freeze for OutlineEntry
impl RefUnwindSafe for OutlineEntry
impl Send for OutlineEntry
impl Sync for OutlineEntry
impl Unpin for OutlineEntry
impl UnwindSafe for OutlineEntry
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