pub struct LitSet { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LitSet
impl RefUnwindSafe for LitSet
impl Send for LitSet
impl Sync for LitSet
impl Unpin for LitSet
impl UnwindSafe for LitSet
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