Struct fplus_lib::core::application::file::NotaryInput
source · pub struct NotaryInput {
pub github_username: String,
pub signing_address: String,
pub created_at: String,
pub message_cid: String,
}
Fields§
§github_username: String
§signing_address: String
§created_at: String
§message_cid: String
Trait Implementations§
source§impl Clone for NotaryInput
impl Clone for NotaryInput
source§fn clone(&self) -> NotaryInput
fn clone(&self) -> NotaryInput
Returns a copy 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 NotaryInput
impl Debug for NotaryInput
source§impl<'de> Deserialize<'de> for NotaryInput
impl<'de> Deserialize<'de> for NotaryInput
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<NotaryInput> for Notary
impl From<NotaryInput> for Notary
source§fn from(input: NotaryInput) -> Self
fn from(input: NotaryInput) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NotaryInput
impl Send for NotaryInput
impl Sync for NotaryInput
impl Unpin for NotaryInput
impl UnwindSafe for NotaryInput
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