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