pub struct RecipeRelationRow { /* private fields */ }Expand description
One informed row in a caller-named binary relation.
Implementations§
Source§impl RecipeRelationRow
impl RecipeRelationRow
Sourcepub const fn left_name_token(&self) -> &GeneratedToken
pub const fn left_name_token(&self) -> &GeneratedToken
Reads the exact ordinary or raw identifier token naming the left endpoint.
Sourcepub const fn right_name_token(&self) -> &GeneratedToken
pub const fn right_name_token(&self) -> &GeneratedToken
Reads the exact ordinary or raw identifier token naming the right endpoint.
Sourcepub const fn payload(&self) -> &RecipeRelationPayload
pub const fn payload(&self) -> &RecipeRelationPayload
Reads the caller-owned material attached to this relation row.
Trait Implementations§
Source§impl Clone for RecipeRelationRow
impl Clone for RecipeRelationRow
Source§fn clone(&self) -> RecipeRelationRow
fn clone(&self) -> RecipeRelationRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecipeRelationRow
impl Debug for RecipeRelationRow
impl Eq for RecipeRelationRow
Source§impl Hash for RecipeRelationRow
impl Hash for RecipeRelationRow
Source§impl PartialEq for RecipeRelationRow
impl PartialEq for RecipeRelationRow
impl StructuralPartialEq for RecipeRelationRow
Auto Trait Implementations§
impl Freeze for RecipeRelationRow
impl RefUnwindSafe for RecipeRelationRow
impl Send for RecipeRelationRow
impl Sync for RecipeRelationRow
impl Unpin for RecipeRelationRow
impl UnsafeUnpin for RecipeRelationRow
impl UnwindSafe for RecipeRelationRow
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