pub struct ResolutionAuditQuery {
pub workspace: Option<String>,
pub prefix: String,
pub limit: usize,
}Fields§
§workspace: Option<String>§prefix: String§limit: usizeTrait Implementations§
Source§impl Clone for ResolutionAuditQuery
impl Clone for ResolutionAuditQuery
Source§fn clone(&self) -> ResolutionAuditQuery
fn clone(&self) -> ResolutionAuditQuery
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 ResolutionAuditQuery
impl Debug for ResolutionAuditQuery
Source§impl Default for ResolutionAuditQuery
impl Default for ResolutionAuditQuery
Source§fn default() -> ResolutionAuditQuery
fn default() -> ResolutionAuditQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResolutionAuditQuery
impl<'de> Deserialize<'de> for ResolutionAuditQuery
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
impl Eq for ResolutionAuditQuery
Source§impl PartialEq for ResolutionAuditQuery
impl PartialEq for ResolutionAuditQuery
Source§impl Serialize for ResolutionAuditQuery
impl Serialize for ResolutionAuditQuery
impl StructuralPartialEq for ResolutionAuditQuery
Auto Trait Implementations§
impl Freeze for ResolutionAuditQuery
impl RefUnwindSafe for ResolutionAuditQuery
impl Send for ResolutionAuditQuery
impl Sync for ResolutionAuditQuery
impl Unpin for ResolutionAuditQuery
impl UnsafeUnpin for ResolutionAuditQuery
impl UnwindSafe for ResolutionAuditQuery
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