pub struct GetEntityInput {
pub id: ActionHash,
pub follow_strategy: EvolutionFilteringStrategy,
}Expand description
Input required for calling the follow_evolutions method
Fields§
§id: ActionHash§follow_strategy: EvolutionFilteringStrategyTrait Implementations§
Source§impl Clone for GetEntityInput
impl Clone for GetEntityInput
Source§fn clone(&self) -> GetEntityInput
fn clone(&self) -> GetEntityInput
Returns a duplicate 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 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
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