struct CategorySpec {
name: String,
comm_matcher: CategoryCommMatcher,
hint: Option<u64>,
}Fields§
§name: String§comm_matcher: CategoryCommMatcher§hint: Option<u64>Trait Implementations§
Source§impl Clone for CategorySpec
impl Clone for CategorySpec
Source§fn clone(&self) -> CategorySpec
fn clone(&self) -> CategorySpec
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 moreAuto Trait Implementations§
impl Freeze for CategorySpec
impl RefUnwindSafe for CategorySpec
impl Send for CategorySpec
impl Sync for CategorySpec
impl Unpin for CategorySpec
impl UnsafeUnpin for CategorySpec
impl UnwindSafe for CategorySpec
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