pub struct FriendFixtures;Expand description
Accessor type for deterministic Fellow Friends fixture slices.
Implementations§
Auto Trait Implementations§
impl Freeze for FriendFixtures
impl RefUnwindSafe for FriendFixtures
impl Send for FriendFixtures
impl Sync for FriendFixtures
impl Unpin for FriendFixtures
impl UnsafeUnpin for FriendFixtures
impl UnwindSafe for FriendFixtures
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