pub struct GetEntityInput {
pub id: ActionHash,
}Fields§
§id: ActionHashTrait Implementations§
Source§impl Debug for GetEntityInput
impl Debug for GetEntityInput
Source§impl<'de> Deserialize<'de> for GetEntityInput
impl<'de> Deserialize<'de> for GetEntityInput
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 Into<GetEntityInput> for ActionHash
impl Into<GetEntityInput> for ActionHash
Source§fn into(self) -> GetEntityInput
fn into(self) -> GetEntityInput
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for GetEntityInput
impl RefUnwindSafe for GetEntityInput
impl Send for GetEntityInput
impl Sync for GetEntityInput
impl Unpin for GetEntityInput
impl UnwindSafe for GetEntityInput
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