pub enum ActionItemRequestUpdateIdentifier {
Id(BlockId),
ConstructDidWithKey((ConstructDid, String)),
}Variants§
Id(BlockId)
ConstructDidWithKey((ConstructDid, String))
Trait Implementations§
Source§impl Clone for ActionItemRequestUpdateIdentifier
impl Clone for ActionItemRequestUpdateIdentifier
Source§fn clone(&self) -> ActionItemRequestUpdateIdentifier
fn clone(&self) -> ActionItemRequestUpdateIdentifier
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 moreAuto Trait Implementations§
impl Freeze for ActionItemRequestUpdateIdentifier
impl RefUnwindSafe for ActionItemRequestUpdateIdentifier
impl Send for ActionItemRequestUpdateIdentifier
impl Sync for ActionItemRequestUpdateIdentifier
impl Unpin for ActionItemRequestUpdateIdentifier
impl UnwindSafe for ActionItemRequestUpdateIdentifier
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