pub struct RegistryFiles {
pub config_toml: String,
pub rules_toml: String,
}Fields§
§config_toml: String§rules_toml: StringTrait Implementations§
Source§impl Clone for RegistryFiles
impl Clone for RegistryFiles
Source§fn clone(&self) -> RegistryFiles
fn clone(&self) -> RegistryFiles
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 RegistryFiles
impl RefUnwindSafe for RegistryFiles
impl Send for RegistryFiles
impl Sync for RegistryFiles
impl Unpin for RegistryFiles
impl UnsafeUnpin for RegistryFiles
impl UnwindSafe for RegistryFiles
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