#[repr(C)]pub struct JSPrincipals_RefCount {
pub value: i32,
}
Fields§
§value: i32
Trait Implementations§
Source§impl Clone for JSPrincipals_RefCount
impl Clone for JSPrincipals_RefCount
Source§fn clone(&self) -> JSPrincipals_RefCount
fn clone(&self) -> JSPrincipals_RefCount
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 JSPrincipals_RefCount
impl Debug for JSPrincipals_RefCount
Source§impl PartialEq for JSPrincipals_RefCount
impl PartialEq for JSPrincipals_RefCount
impl Copy for JSPrincipals_RefCount
impl StructuralPartialEq for JSPrincipals_RefCount
Auto Trait Implementations§
impl Freeze for JSPrincipals_RefCount
impl RefUnwindSafe for JSPrincipals_RefCount
impl Send for JSPrincipals_RefCount
impl Sync for JSPrincipals_RefCount
impl Unpin for JSPrincipals_RefCount
impl UnwindSafe for JSPrincipals_RefCount
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more