struct SimpleCellMatches {
cgroup_regex: Option<String>,
cgroup_contains: Option<String>,
}Fields§
§cgroup_regex: Option<String>§cgroup_contains: Option<String>Implementations§
Source§impl SimpleCellMatches
impl SimpleCellMatches
fn cgroup_regex(value: String) -> Self
fn cgroup_contains(value: String) -> Self
Trait Implementations§
Source§impl Clone for SimpleCellMatches
impl Clone for SimpleCellMatches
Source§fn clone(&self) -> SimpleCellMatches
fn clone(&self) -> SimpleCellMatches
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 SimpleCellMatches
impl Debug for SimpleCellMatches
Source§impl Default for SimpleCellMatches
impl Default for SimpleCellMatches
Source§fn default() -> SimpleCellMatches
fn default() -> SimpleCellMatches
Returns the “default value” for a type. Read more
impl Eq for SimpleCellMatches
Source§impl PartialEq for SimpleCellMatches
impl PartialEq for SimpleCellMatches
Source§impl Serialize for SimpleCellMatches
impl Serialize for SimpleCellMatches
impl StructuralPartialEq for SimpleCellMatches
Auto Trait Implementations§
impl Freeze for SimpleCellMatches
impl RefUnwindSafe for SimpleCellMatches
impl Send for SimpleCellMatches
impl Sync for SimpleCellMatches
impl Unpin for SimpleCellMatches
impl UnsafeUnpin for SimpleCellMatches
impl UnwindSafe for SimpleCellMatches
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