pub struct AssigneeLinkedDevices {
pub assignee_chain_top: ActionHash,
pub linked_devices: Vec<AgentPubKey>,
}Fields§
§assignee_chain_top: ActionHash§linked_devices: Vec<AgentPubKey>Trait Implementations§
Source§impl Clone for AssigneeLinkedDevices
impl Clone for AssigneeLinkedDevices
Source§fn clone(&self) -> AssigneeLinkedDevices
fn clone(&self) -> AssigneeLinkedDevices
Returns a copy 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 AssigneeLinkedDevices
impl Debug for AssigneeLinkedDevices
Source§impl<'de> Deserialize<'de> for AssigneeLinkedDevices
impl<'de> Deserialize<'de> for AssigneeLinkedDevices
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
Source§impl Serialize for AssigneeLinkedDevices
impl Serialize for AssigneeLinkedDevices
Source§impl TryFrom<&AssigneeLinkedDevices> for SerializedBytes
impl TryFrom<&AssigneeLinkedDevices> for SerializedBytes
Source§impl TryFrom<AssigneeLinkedDevices> for SerializedBytes
impl TryFrom<AssigneeLinkedDevices> for SerializedBytes
Auto Trait Implementations§
impl Freeze for AssigneeLinkedDevices
impl RefUnwindSafe for AssigneeLinkedDevices
impl Send for AssigneeLinkedDevices
impl Sync for AssigneeLinkedDevices
impl Unpin for AssigneeLinkedDevices
impl UnwindSafe for AssigneeLinkedDevices
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