pub struct GovernedActRef {
pub act_ref: ActRef,
}Fields§
§act_ref: ActRefTrait Implementations§
Source§impl Clone for GovernedActRef
impl Clone for GovernedActRef
Source§fn clone(&self) -> GovernedActRef
fn clone(&self) -> GovernedActRef
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 moreSource§impl Debug for GovernedActRef
impl Debug for GovernedActRef
Source§impl<'de> Deserialize<'de> for GovernedActRef
impl<'de> Deserialize<'de> for GovernedActRef
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
impl Eq for GovernedActRef
Source§impl PartialEq for GovernedActRef
impl PartialEq for GovernedActRef
Source§fn eq(&self, other: &GovernedActRef) -> bool
fn eq(&self, other: &GovernedActRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GovernedActRef
impl Serialize for GovernedActRef
impl StructuralPartialEq for GovernedActRef
Auto Trait Implementations§
impl Freeze for GovernedActRef
impl RefUnwindSafe for GovernedActRef
impl Send for GovernedActRef
impl Sync for GovernedActRef
impl Unpin for GovernedActRef
impl UnsafeUnpin for GovernedActRef
impl UnwindSafe for GovernedActRef
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