pub struct AuditLogProjectArchived {
pub id: Option<String>,
}
Expand description
The details for events with this type
.
Fields§
§id: Option<String>
The project ID.
Implementations§
Trait Implementations§
Source§impl Clone for AuditLogProjectArchived
impl Clone for AuditLogProjectArchived
Source§fn clone(&self) -> AuditLogProjectArchived
fn clone(&self) -> AuditLogProjectArchived
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 AuditLogProjectArchived
impl Debug for AuditLogProjectArchived
Source§impl Default for AuditLogProjectArchived
impl Default for AuditLogProjectArchived
Source§fn default() -> AuditLogProjectArchived
fn default() -> AuditLogProjectArchived
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuditLogProjectArchived
impl<'de> Deserialize<'de> for AuditLogProjectArchived
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 AuditLogProjectArchived
impl PartialEq for AuditLogProjectArchived
Source§impl Serialize for AuditLogProjectArchived
impl Serialize for AuditLogProjectArchived
impl StructuralPartialEq for AuditLogProjectArchived
Auto Trait Implementations§
impl Freeze for AuditLogProjectArchived
impl RefUnwindSafe for AuditLogProjectArchived
impl Send for AuditLogProjectArchived
impl Sync for AuditLogProjectArchived
impl Unpin for AuditLogProjectArchived
impl UnwindSafe for AuditLogProjectArchived
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