pub struct ValueList { /* private fields */ }Expand description
One language-specific ISO 23387 ValueListType.
Implementations§
Trait Implementations§
impl Eq for ValueList
impl StructuralPartialEq for ValueList
Auto Trait Implementations§
impl Freeze for ValueList
impl RefUnwindSafe for ValueList
impl Send for ValueList
impl Sync for ValueList
impl Unpin for ValueList
impl UnwindSafe for ValueList
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