pub struct PartiallySupportedColumn {
pub column: Column,
pub supported_markets: Vec<Market>,
pub unsupported_markets: Vec<Market>,
}Fields§
§column: Column§supported_markets: Vec<Market>§unsupported_markets: Vec<Market>Trait Implementations§
Source§impl Clone for PartiallySupportedColumn
impl Clone for PartiallySupportedColumn
Source§fn clone(&self) -> PartiallySupportedColumn
fn clone(&self) -> PartiallySupportedColumn
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 PartiallySupportedColumn
impl Debug for PartiallySupportedColumn
Source§impl PartialEq for PartiallySupportedColumn
impl PartialEq for PartiallySupportedColumn
impl Eq for PartiallySupportedColumn
impl StructuralPartialEq for PartiallySupportedColumn
Auto Trait Implementations§
impl Freeze for PartiallySupportedColumn
impl RefUnwindSafe for PartiallySupportedColumn
impl Send for PartiallySupportedColumn
impl Sync for PartiallySupportedColumn
impl Unpin for PartiallySupportedColumn
impl UnsafeUnpin for PartiallySupportedColumn
impl UnwindSafe for PartiallySupportedColumn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.