pub struct RubyOptions {
pub just_types: bool,
pub strictness: RubyStrictness,
pub namespace: String,
}Fields§
§just_types: boolPlain types only
strictness: RubyStrictnessType strictness
namespace: StringSpecify a wrapping Namespace
Trait Implementations§
Source§impl Clone for RubyOptions
impl Clone for RubyOptions
Source§fn clone(&self) -> RubyOptions
fn clone(&self) -> RubyOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RubyOptions
impl Debug for RubyOptions
Source§impl Default for RubyOptions
impl Default for RubyOptions
Source§fn default() -> RubyOptions
fn default() -> RubyOptions
Returns the “default value” for a type. Read more
impl Eq for RubyOptions
Source§impl Hash for RubyOptions
impl Hash for RubyOptions
Source§impl PartialEq for RubyOptions
impl PartialEq for RubyOptions
Source§fn eq(&self, other: &RubyOptions) -> bool
fn eq(&self, other: &RubyOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RubyOptions
Auto Trait Implementations§
impl Freeze for RubyOptions
impl RefUnwindSafe for RubyOptions
impl Send for RubyOptions
impl Sync for RubyOptions
impl Unpin for RubyOptions
impl UnsafeUnpin for RubyOptions
impl UnwindSafe for RubyOptions
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