pub struct PrefixSaveRule {
pub prefix: &'static str,
pub category: &'static str,
}Fields§
§prefix: &'static str§category: &'static strTrait Implementations§
Source§impl Clone for PrefixSaveRule
impl Clone for PrefixSaveRule
Source§fn clone(&self) -> PrefixSaveRule
fn clone(&self) -> PrefixSaveRule
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 PrefixSaveRule
impl Debug for PrefixSaveRule
impl Copy for PrefixSaveRule
Auto Trait Implementations§
impl Freeze for PrefixSaveRule
impl RefUnwindSafe for PrefixSaveRule
impl Send for PrefixSaveRule
impl Sync for PrefixSaveRule
impl Unpin for PrefixSaveRule
impl UnsafeUnpin for PrefixSaveRule
impl UnwindSafe for PrefixSaveRule
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