pub struct ProcReceiveRefPattern {
pub prefix: String,
pub want_add: bool,
pub want_delete: bool,
pub want_modify: bool,
pub negative: bool,
}Expand description
One configured receive.procReceiveRefs pattern.
Fields§
§prefix: String§want_add: bool§want_delete: bool§want_modify: bool§negative: boolTrait Implementations§
Source§impl Clone for ProcReceiveRefPattern
impl Clone for ProcReceiveRefPattern
Source§fn clone(&self) -> ProcReceiveRefPattern
fn clone(&self) -> ProcReceiveRefPattern
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 ProcReceiveRefPattern
impl Debug for ProcReceiveRefPattern
impl Eq for ProcReceiveRefPattern
Source§impl PartialEq for ProcReceiveRefPattern
impl PartialEq for ProcReceiveRefPattern
impl StructuralPartialEq for ProcReceiveRefPattern
Auto Trait Implementations§
impl Freeze for ProcReceiveRefPattern
impl RefUnwindSafe for ProcReceiveRefPattern
impl Send for ProcReceiveRefPattern
impl Sync for ProcReceiveRefPattern
impl Unpin for ProcReceiveRefPattern
impl UnsafeUnpin for ProcReceiveRefPattern
impl UnwindSafe for ProcReceiveRefPattern
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