pub struct KeyEntry {
pub name: Option<&'static str>,
pub uproot: bool,
pub children: Option<KeysDict>,
}Expand description
Запись в словаре переименования ключей (зеркало KeysDict[key]).
Fields§
§name: Option<&'static str>§uproot: bool§children: Option<KeysDict>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyEntry
impl RefUnwindSafe for KeyEntry
impl Send for KeyEntry
impl Sync for KeyEntry
impl Unpin for KeyEntry
impl UnsafeUnpin for KeyEntry
impl UnwindSafe for KeyEntry
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