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