pub struct RustLikeOptions {
pub include_enum_type_names: bool,
pub include_full_value_information: bool,
}
Fields§
§include_enum_type_names: bool
§include_full_value_information: bool
Implementations§
Source§impl RustLikeOptions
impl RustLikeOptions
pub fn full() -> RustLikeOptions
pub fn debug_like() -> RustLikeOptions
Trait Implementations§
Source§impl Clone for RustLikeOptions
impl Clone for RustLikeOptions
Source§fn clone(&self) -> RustLikeOptions
fn clone(&self) -> RustLikeOptions
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 RustLikeOptions
impl Debug for RustLikeOptions
Source§impl Default for RustLikeOptions
impl Default for RustLikeOptions
Source§fn default() -> RustLikeOptions
fn default() -> RustLikeOptions
Returns the “default value” for a type. Read more
impl Copy for RustLikeOptions
Auto Trait Implementations§
impl Freeze for RustLikeOptions
impl RefUnwindSafe for RustLikeOptions
impl Send for RustLikeOptions
impl Sync for RustLikeOptions
impl Unpin for RustLikeOptions
impl UnwindSafe for RustLikeOptions
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