pub struct KeyInfoAvailableLog {
pub category_id: LogCategoryId,
pub log_ids: Vec<LogId>,
}
Fields§
§category_id: LogCategoryId
§log_ids: Vec<LogId>
Trait Implementations§
Source§impl Clone for KeyInfoAvailableLog
impl Clone for KeyInfoAvailableLog
Source§fn clone(&self) -> KeyInfoAvailableLog
fn clone(&self) -> KeyInfoAvailableLog
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 KeyInfoAvailableLog
impl Debug for KeyInfoAvailableLog
Source§impl<'de> Deserialize<'de> for KeyInfoAvailableLog
impl<'de> Deserialize<'de> for KeyInfoAvailableLog
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 KeyInfoAvailableLog
impl PartialEq for KeyInfoAvailableLog
impl StructuralPartialEq for KeyInfoAvailableLog
Auto Trait Implementations§
impl Freeze for KeyInfoAvailableLog
impl RefUnwindSafe for KeyInfoAvailableLog
impl Send for KeyInfoAvailableLog
impl Sync for KeyInfoAvailableLog
impl Unpin for KeyInfoAvailableLog
impl UnwindSafe for KeyInfoAvailableLog
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