pub struct ReflectionScopeId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for ReflectionScopeId
impl Clone for ReflectionScopeId
Source§fn clone(&self) -> ReflectionScopeId
fn clone(&self) -> ReflectionScopeId
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 moreimpl Copy for ReflectionScopeId
Source§impl Debug for ReflectionScopeId
impl Debug for ReflectionScopeId
Source§impl<'de> Deserialize<'de> for ReflectionScopeId
impl<'de> Deserialize<'de> for ReflectionScopeId
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 ReflectionScopeId
Source§impl Hash for ReflectionScopeId
impl Hash for ReflectionScopeId
Source§impl PartialEq for ReflectionScopeId
impl PartialEq for ReflectionScopeId
Source§impl Serialize for ReflectionScopeId
impl Serialize for ReflectionScopeId
impl StructuralPartialEq for ReflectionScopeId
Auto Trait Implementations§
impl Freeze for ReflectionScopeId
impl RefUnwindSafe for ReflectionScopeId
impl Send for ReflectionScopeId
impl Sync for ReflectionScopeId
impl Unpin for ReflectionScopeId
impl UnsafeUnpin for ReflectionScopeId
impl UnwindSafe for ReflectionScopeId
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