pub struct ArtifactGrepParams {
pub thread_id: ThreadId,
pub artifact_id: String,
pub query: String,
pub offset: Option<usize>,
pub limit: Option<usize>,
}Fields§
§thread_id: ThreadId§artifact_id: String§query: String§offset: Option<usize>§limit: Option<usize>Trait Implementations§
Source§impl Clone for ArtifactGrepParams
impl Clone for ArtifactGrepParams
Source§fn clone(&self) -> ArtifactGrepParams
fn clone(&self) -> ArtifactGrepParams
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 ArtifactGrepParams
impl Debug for ArtifactGrepParams
Source§impl<'de> Deserialize<'de> for ArtifactGrepParams
impl<'de> Deserialize<'de> for ArtifactGrepParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArtifactGrepParams
impl RefUnwindSafe for ArtifactGrepParams
impl Send for ArtifactGrepParams
impl Sync for ArtifactGrepParams
impl Unpin for ArtifactGrepParams
impl UnsafeUnpin for ArtifactGrepParams
impl UnwindSafe for ArtifactGrepParams
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