pub struct Presets {
pub di_register_callees: Vec<String>,
pub path_aliases: Vec<PathAlias>,
}Fields§
§di_register_callees: Vec<String>§path_aliases: Vec<PathAlias>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Presets
impl RefUnwindSafe for Presets
impl Send for Presets
impl Sync for Presets
impl Unpin for Presets
impl UnsafeUnpin for Presets
impl UnwindSafe for Presets
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