pub struct PartiallyPersistentArray<T> { /* private fields */ }
Expand description
部分永続配列
Implementations§
Source§impl<T: Clone> PartiallyPersistentArray<T>
impl<T: Clone> PartiallyPersistentArray<T>
Trait Implementations§
Source§impl<T: Clone> Clone for PartiallyPersistentArray<T>
impl<T: Clone> Clone for PartiallyPersistentArray<T>
Source§fn clone(&self) -> PartiallyPersistentArray<T>
fn clone(&self) -> PartiallyPersistentArray<T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<T> Freeze for PartiallyPersistentArray<T>
impl<T> RefUnwindSafe for PartiallyPersistentArray<T>where
T: RefUnwindSafe,
impl<T> Send for PartiallyPersistentArray<T>where
T: Send,
impl<T> Sync for PartiallyPersistentArray<T>where
T: Sync,
impl<T> Unpin for PartiallyPersistentArray<T>where
T: Unpin,
impl<T> UnwindSafe for PartiallyPersistentArray<T>where
T: UnwindSafe,
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