struct RegistryRow {
root: i32,
key_path: String,
name: Option<String>,
value: Option<String>,
}Fields§
§root: i32§key_path: String§name: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for RegistryRow
impl Clone for RegistryRow
Source§fn clone(&self) -> RegistryRow
fn clone(&self) -> RegistryRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RegistryRow
impl RefUnwindSafe for RegistryRow
impl Send for RegistryRow
impl Sync for RegistryRow
impl Unpin for RegistryRow
impl UnwindSafe for RegistryRow
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