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