pub struct SealedBindingFateToken { /* private fields */ }Expand description
One move-only binding-fate authority emitted by an attach commit.
Implementations§
Source§impl SealedBindingFateToken
impl SealedBindingFateToken
Sourcepub const fn is_recovered(&self) -> bool
pub const fn is_recovered(&self) -> bool
Reports whether this token carries recovered occurrence authority.
Sourcepub const fn intent(&self) -> Option<SealedBindingFateIntent>
pub const fn intent(&self) -> Option<SealedBindingFateIntent>
Returns the closed durable intent shape without surrendering authority.
Trait Implementations§
Source§impl Debug for SealedBindingFateToken
impl Debug for SealedBindingFateToken
impl Eq for SealedBindingFateToken
Source§impl PartialEq for SealedBindingFateToken
impl PartialEq for SealedBindingFateToken
impl StructuralPartialEq for SealedBindingFateToken
Auto Trait Implementations§
impl Freeze for SealedBindingFateToken
impl RefUnwindSafe for SealedBindingFateToken
impl Send for SealedBindingFateToken
impl Sync for SealedBindingFateToken
impl Unpin for SealedBindingFateToken
impl UnsafeUnpin for SealedBindingFateToken
impl UnwindSafe for SealedBindingFateToken
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