pub struct TransitionPoseMemberV1 { /* private fields */ }Expand description
Exact resolved member authority retained in a family result.
Implementations§
Source§impl TransitionPoseMemberV1
impl TransitionPoseMemberV1
Sourcepub const fn take_index(&self) -> u64
pub const fn take_index(&self) -> u64
Witnessed embedded take index.
Sourcepub const fn source_input(&self) -> Option<&InputIdentity>
pub const fn source_input(&self) -> Option<&InputIdentity>
Exact raw source identity when the selected source was available.
Sourcepub const fn source_dependency_closure_identity(
&self,
) -> Option<&DependencyClosureIdentityV1>
pub const fn source_dependency_closure_identity( &self, ) -> Option<&DependencyClosureIdentityV1>
Exact complete dependency-closure identity for this selected source.
Trait Implementations§
Source§impl Clone for TransitionPoseMemberV1
impl Clone for TransitionPoseMemberV1
Source§fn clone(&self) -> TransitionPoseMemberV1
fn clone(&self) -> TransitionPoseMemberV1
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 TransitionPoseMemberV1
impl Debug for TransitionPoseMemberV1
impl Eq for TransitionPoseMemberV1
Source§impl PartialEq for TransitionPoseMemberV1
impl PartialEq for TransitionPoseMemberV1
Source§impl Serialize for TransitionPoseMemberV1
impl Serialize for TransitionPoseMemberV1
impl StructuralPartialEq for TransitionPoseMemberV1
Auto Trait Implementations§
impl Freeze for TransitionPoseMemberV1
impl RefUnwindSafe for TransitionPoseMemberV1
impl Send for TransitionPoseMemberV1
impl Sync for TransitionPoseMemberV1
impl Unpin for TransitionPoseMemberV1
impl UnsafeUnpin for TransitionPoseMemberV1
impl UnwindSafe for TransitionPoseMemberV1
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