pub(super) struct QuoteRightsInfoRow {
pub(super) field: String,
pub(super) value: String,
}Fields§
§field: String§value: StringTrait Implementations§
Source§impl Tabled for QuoteRightsInfoRow
impl Tabled for QuoteRightsInfoRow
Auto Trait Implementations§
impl Freeze for QuoteRightsInfoRow
impl RefUnwindSafe for QuoteRightsInfoRow
impl Send for QuoteRightsInfoRow
impl Sync for QuoteRightsInfoRow
impl Unpin for QuoteRightsInfoRow
impl UnsafeUnpin for QuoteRightsInfoRow
impl UnwindSafe for QuoteRightsInfoRow
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