pub enum PlatformMakerIntentAction {
Post,
Revoke,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformMakerIntentAction
impl Clone for PlatformMakerIntentAction
Source§fn clone(&self) -> PlatformMakerIntentAction
fn clone(&self) -> PlatformMakerIntentAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformMakerIntentAction
Source§impl Debug for PlatformMakerIntentAction
impl Debug for PlatformMakerIntentAction
Source§impl<'de> Deserialize<'de> for PlatformMakerIntentAction
impl<'de> Deserialize<'de> for PlatformMakerIntentAction
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformMakerIntentAction, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformMakerIntentAction, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformMakerIntentAction
Source§impl Serialize for PlatformMakerIntentAction
impl Serialize for PlatformMakerIntentAction
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformMakerIntentAction
Auto Trait Implementations§
impl Freeze for PlatformMakerIntentAction
impl RefUnwindSafe for PlatformMakerIntentAction
impl Send for PlatformMakerIntentAction
impl Sync for PlatformMakerIntentAction
impl Unpin for PlatformMakerIntentAction
impl UnsafeUnpin for PlatformMakerIntentAction
impl UnwindSafe for PlatformMakerIntentAction
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