pub struct LinkExpressionInput {
pub author: String,
pub data: LinkInput,
pub proof: ExpressionProofInput,
pub status: Option<String>,
pub timestamp: String,
}
Fields§
§data: LinkInput
§proof: ExpressionProofInput
§status: Option<String>
§timestamp: String
Trait Implementations§
Source§impl From<LinkExpression> for LinkExpressionInput
impl From<LinkExpression> for LinkExpressionInput
Source§fn from(link: LinkExpression) -> Self
fn from(link: LinkExpression) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinkExpressionInput
impl RefUnwindSafe for LinkExpressionInput
impl Send for LinkExpressionInput
impl Sync for LinkExpressionInput
impl Unpin for LinkExpressionInput
impl UnwindSafe for LinkExpressionInput
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