pub struct TestGroupStore(/* private fields */);Trait Implementations§
Source§impl Clone for TestGroupStore
impl Clone for TestGroupStore
Source§fn clone(&self) -> TestGroupStore
fn clone(&self) -> TestGroupStore
Returns a duplicate 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 moreSource§impl Debug for TestGroupStore
impl Debug for TestGroupStore
Source§impl Default for TestGroupStore
impl Default for TestGroupStore
Source§impl GroupStore<char, u32, (), StrongRemove<char, u32, (), TestOrderer, TestGroupStore>, TestOrderer> for TestGroupStore
impl GroupStore<char, u32, (), StrongRemove<char, u32, (), TestOrderer, TestGroupStore>, TestOrderer> for TestGroupStore
Auto Trait Implementations§
impl Freeze for TestGroupStore
impl !RefUnwindSafe for TestGroupStore
impl !Send for TestGroupStore
impl !Sync for TestGroupStore
impl Unpin for TestGroupStore
impl !UnwindSafe for TestGroupStore
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