pub struct RubyOptions {
pub just_types: bool,
pub strictness: RubyStrictness,
pub namespace: String,
}
Fields§
§just_types: bool
Plain types only
strictness: RubyStrictness
Type strictness
namespace: String
Specify 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 copy 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 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
Source§impl Hash for RubyOptions
impl Hash for RubyOptions
Source§impl PartialEq for RubyOptions
impl PartialEq for RubyOptions
impl Eq for RubyOptions
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 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