pub struct Action { /* private fields */ }Expand description
The wire type corresponding to Action.
Implementations§
Trait Implementations§
impl Copy for Action
Source§impl<___E> Encode<Action, ___E> for Actionwhere
___E: ?Sized,
impl<___E> Encode<Action, ___E> for Actionwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<Action, ___E> for &'a Actionwhere
___E: ?Sized,
impl<'a, ___E> Encode<Action, ___E> for &'a Actionwhere
___E: ?Sized,
impl Eq for Action
Source§impl FromWireRef<Action> for Action
impl FromWireRef<Action> for Action
Source§fn from_wire_ref(wire: &Action) -> Self
fn from_wire_ref(wire: &Action) -> Self
Converts the given reference to this type.
impl StructuralPartialEq for Action
Auto Trait Implementations§
impl Freeze for Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnsafeUnpin for Action
impl UnwindSafe for Action
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]