pub struct SiteTableRow {
pub id: SiteId,
pub position: Position,
pub ancestral_state: Option<Vec<u8>>,
pub metadata: Option<Vec<u8>>,
}Expand description
Row of a SiteTable
Fields§
§id: SiteId§position: Position§ancestral_state: Option<Vec<u8>>§metadata: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for SiteTableRow
impl Debug for SiteTableRow
Source§impl PartialEq for SiteTableRow
impl PartialEq for SiteTableRow
Auto Trait Implementations§
impl Freeze for SiteTableRow
impl RefUnwindSafe for SiteTableRow
impl Send for SiteTableRow
impl Sync for SiteTableRow
impl Unpin for SiteTableRow
impl UnwindSafe for SiteTableRow
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