pub struct LinkQuery {
pub from_date: Option<NaiveDateTime>,
pub limit: Option<f64>,
pub predicate: Option<String>,
pub source: Option<String>,
pub target: Option<String>,
pub until_date: Option<NaiveDateTime>,
}
Fields§
§from_date: Option<NaiveDateTime>
§limit: Option<f64>
§predicate: Option<String>
§source: Option<String>
§target: Option<String>
§until_date: Option<NaiveDateTime>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkQuery
impl RefUnwindSafe for LinkQuery
impl Send for LinkQuery
impl Sync for LinkQuery
impl Unpin for LinkQuery
impl UnwindSafe for LinkQuery
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