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