pub struct TomlPresetSource;Implementations§
Trait Implementations§
Source§impl Default for TomlPresetSource
impl Default for TomlPresetSource
Source§fn default() -> TomlPresetSource
fn default() -> TomlPresetSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TomlPresetSource
impl RefUnwindSafe for TomlPresetSource
impl Send for TomlPresetSource
impl Sync for TomlPresetSource
impl Unpin for TomlPresetSource
impl UnsafeUnpin for TomlPresetSource
impl UnwindSafe for TomlPresetSource
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