pub struct AssignKeysResponse {
pub assigned_count: u64,
}Expand description
Response from crate::Client::assign_keys_to_guardrail.
Fields§
§assigned_count: u64Number of keys whose assignment changed.
Trait Implementations§
Source§impl Clone for AssignKeysResponse
impl Clone for AssignKeysResponse
Source§fn clone(&self) -> AssignKeysResponse
fn clone(&self) -> AssignKeysResponse
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 moreimpl Copy for AssignKeysResponse
Source§impl Debug for AssignKeysResponse
impl Debug for AssignKeysResponse
Source§impl Default for AssignKeysResponse
impl Default for AssignKeysResponse
Source§fn default() -> AssignKeysResponse
fn default() -> AssignKeysResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssignKeysResponse
impl<'de> Deserialize<'de> for AssignKeysResponse
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 AssignKeysResponse
Source§impl PartialEq for AssignKeysResponse
impl PartialEq for AssignKeysResponse
Source§impl Serialize for AssignKeysResponse
impl Serialize for AssignKeysResponse
impl StructuralPartialEq for AssignKeysResponse
Auto Trait Implementations§
impl Freeze for AssignKeysResponse
impl RefUnwindSafe for AssignKeysResponse
impl Send for AssignKeysResponse
impl Sync for AssignKeysResponse
impl Unpin for AssignKeysResponse
impl UnsafeUnpin for AssignKeysResponse
impl UnwindSafe for AssignKeysResponse
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