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