pub struct SecurityKeyAssignments {
pub assignment: SecurityKeyAssignmentsAssignment,
pub timestamp: i64,
}Fields§
§assignment: SecurityKeyAssignmentsAssignment§timestamp: i64Trait Implementations§
Source§impl Clone for SecurityKeyAssignments
impl Clone for SecurityKeyAssignments
Source§fn clone(&self) -> SecurityKeyAssignments
fn clone(&self) -> SecurityKeyAssignments
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 moreSource§impl Debug for SecurityKeyAssignments
impl Debug for SecurityKeyAssignments
Source§impl Default for SecurityKeyAssignments
impl Default for SecurityKeyAssignments
Source§fn default() -> SecurityKeyAssignments
fn default() -> SecurityKeyAssignments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityKeyAssignments
impl<'de> Deserialize<'de> for SecurityKeyAssignments
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 SecurityKeyAssignments
impl PartialEq for SecurityKeyAssignments
Source§impl Serialize for SecurityKeyAssignments
impl Serialize for SecurityKeyAssignments
impl StructuralPartialEq for SecurityKeyAssignments
Auto Trait Implementations§
impl Freeze for SecurityKeyAssignments
impl RefUnwindSafe for SecurityKeyAssignments
impl Send for SecurityKeyAssignments
impl Sync for SecurityKeyAssignments
impl Unpin for SecurityKeyAssignments
impl UnwindSafe for SecurityKeyAssignments
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