pub struct ResolvedScope {
pub scope_id: SyncScopeId,
pub version: ScopeVersion,
pub generation: ScopeGeneration,
pub descriptor: ScopeDescriptor,
}Expand description
Complete authoritative binding returned by a registered resolver.
Fields§
§scope_id: SyncScopeId§version: ScopeVersion§generation: ScopeGeneration§descriptor: ScopeDescriptorTrait Implementations§
Source§impl Clone for ResolvedScope
impl Clone for ResolvedScope
Source§fn clone(&self) -> ResolvedScope
fn clone(&self) -> ResolvedScope
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 ResolvedScope
impl Debug for ResolvedScope
Source§impl<'de> Deserialize<'de> for ResolvedScope
impl<'de> Deserialize<'de> for ResolvedScope
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 ResolvedScope
Source§impl PartialEq for ResolvedScope
impl PartialEq for ResolvedScope
Source§impl Serialize for ResolvedScope
impl Serialize for ResolvedScope
impl StructuralPartialEq for ResolvedScope
Auto Trait Implementations§
impl Freeze for ResolvedScope
impl RefUnwindSafe for ResolvedScope
impl Send for ResolvedScope
impl Sync for ResolvedScope
impl Unpin for ResolvedScope
impl UnsafeUnpin for ResolvedScope
impl UnwindSafe for ResolvedScope
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