pub struct AutosPostingRule {
pub query: Query,
pub postings: Vec<AutoPosting>,
}
Fields§
§query: Query
§postings: Vec<AutoPosting>
Trait Implementations§
Source§impl Clone for AutosPostingRule
impl Clone for AutosPostingRule
Source§fn clone(&self) -> AutosPostingRule
fn clone(&self) -> AutosPostingRule
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 AutosPostingRule
impl Debug for AutosPostingRule
Source§impl PartialEq for AutosPostingRule
impl PartialEq for AutosPostingRule
impl StructuralPartialEq for AutosPostingRule
Auto Trait Implementations§
impl Freeze for AutosPostingRule
impl RefUnwindSafe for AutosPostingRule
impl Send for AutosPostingRule
impl Sync for AutosPostingRule
impl Unpin for AutosPostingRule
impl UnwindSafe for AutosPostingRule
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