pub struct MeltOptions { /* private fields */ }Implementations§
Source§impl MeltOptions
impl MeltOptions
pub fn new() -> Self
pub fn verbatim(self, verbatim: bool) -> Self
pub fn on_failed_resolve(self, on_failed_resolve: FailedResolveStrategy) -> Self
Trait Implementations§
Source§impl Clone for MeltOptions
impl Clone for MeltOptions
Source§fn clone(&self) -> MeltOptions
fn clone(&self) -> MeltOptions
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 moreSource§impl Debug for MeltOptions
impl Debug for MeltOptions
Source§impl Default for MeltOptions
impl Default for MeltOptions
Source§impl PartialEq for MeltOptions
impl PartialEq for MeltOptions
impl Copy for MeltOptions
impl Eq for MeltOptions
impl StructuralPartialEq for MeltOptions
Auto Trait Implementations§
impl Freeze for MeltOptions
impl RefUnwindSafe for MeltOptions
impl Send for MeltOptions
impl Sync for MeltOptions
impl Unpin for MeltOptions
impl UnwindSafe for MeltOptions
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