pub struct LeafRef {
pub path_id: u16,
pub leaf_id: u16,
pub value_id: u16,
}Fields§
§path_id: u16§leaf_id: u16§value_id: u16Auto Trait Implementations§
impl Freeze for LeafRef
impl RefUnwindSafe for LeafRef
impl Send for LeafRef
impl Sync for LeafRef
impl Unpin for LeafRef
impl UnsafeUnpin for LeafRef
impl UnwindSafe for LeafRef
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