pub struct At<'a> { /* private fields */ }
Expand description
ある時間でのPartiallyPersistentUnionFind
の状態を参照するための構造体。
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for At<'a>
impl<'a> RefUnwindSafe for At<'a>
impl<'a> Send for At<'a>
impl<'a> Sync for At<'a>
impl<'a> Unpin for At<'a>
impl<'a> UnwindSafe for At<'a>
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