Struct proto_pdk_api::EmptyInput
source · pub struct EmptyInput {}
Expand description
Represents an empty input.
Trait Implementations§
source§impl Debug for EmptyInput
impl Debug for EmptyInput
source§impl Default for EmptyInput
impl Default for EmptyInput
source§fn default() -> EmptyInput
fn default() -> EmptyInput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EmptyInput
impl<'de> Deserialize<'de> for EmptyInput
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
Auto Trait Implementations§
impl RefUnwindSafe for EmptyInput
impl Send for EmptyInput
impl Sync for EmptyInput
impl Unpin for EmptyInput
impl UnwindSafe for EmptyInput
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