pub struct FrenringOptions { /* private fields */ }
Trait Implementations§
Source§impl Clone for FrenringOptions
impl Clone for FrenringOptions
Source§fn clone(&self) -> FrenringOptions
fn clone(&self) -> FrenringOptions
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 FrenringOptions
impl Debug for FrenringOptions
Source§impl Default for FrenringOptions
impl Default for FrenringOptions
Source§fn default() -> FrenringOptions
fn default() -> FrenringOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrenringOptions
impl RefUnwindSafe for FrenringOptions
impl Send for FrenringOptions
impl Sync for FrenringOptions
impl Unpin for FrenringOptions
impl UnwindSafe for FrenringOptions
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