pub struct SelectorUsageQueryFragmentV0 {
pub query_id: String,
pub canonical_name: String,
pub nested_safety: Option<String>,
pub composes_count: usize,
}Fields§
§query_id: String§canonical_name: String§nested_safety: Option<String>§composes_count: usizeTrait Implementations§
Source§impl Clone for SelectorUsageQueryFragmentV0
impl Clone for SelectorUsageQueryFragmentV0
Source§fn clone(&self) -> SelectorUsageQueryFragmentV0
fn clone(&self) -> SelectorUsageQueryFragmentV0
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 SelectorUsageQueryFragmentV0
impl Debug for SelectorUsageQueryFragmentV0
Auto Trait Implementations§
impl Freeze for SelectorUsageQueryFragmentV0
impl RefUnwindSafe for SelectorUsageQueryFragmentV0
impl Send for SelectorUsageQueryFragmentV0
impl Sync for SelectorUsageQueryFragmentV0
impl Unpin for SelectorUsageQueryFragmentV0
impl UnsafeUnpin for SelectorUsageQueryFragmentV0
impl UnwindSafe for SelectorUsageQueryFragmentV0
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