pub struct AgentKeyMeta {
pub total: i32,
}Expand description
AgentKeyMeta : Metadata about the agent keys request.
Fields§
§total: i32Total number of agent keys.
Implementations§
Source§impl AgentKeyMeta
impl AgentKeyMeta
Sourcepub fn new(total: i32) -> AgentKeyMeta
pub fn new(total: i32) -> AgentKeyMeta
Metadata about the agent keys request.
Trait Implementations§
Source§impl Clone for AgentKeyMeta
impl Clone for AgentKeyMeta
Source§fn clone(&self) -> AgentKeyMeta
fn clone(&self) -> AgentKeyMeta
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 AgentKeyMeta
impl Debug for AgentKeyMeta
Source§impl Default for AgentKeyMeta
impl Default for AgentKeyMeta
Source§fn default() -> AgentKeyMeta
fn default() -> AgentKeyMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentKeyMeta
impl<'de> Deserialize<'de> for AgentKeyMeta
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 PartialEq for AgentKeyMeta
impl PartialEq for AgentKeyMeta
Source§impl Serialize for AgentKeyMeta
impl Serialize for AgentKeyMeta
impl StructuralPartialEq for AgentKeyMeta
Auto Trait Implementations§
impl Freeze for AgentKeyMeta
impl RefUnwindSafe for AgentKeyMeta
impl Send for AgentKeyMeta
impl Sync for AgentKeyMeta
impl Unpin for AgentKeyMeta
impl UnsafeUnpin for AgentKeyMeta
impl UnwindSafe for AgentKeyMeta
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