pub struct AuditLog_Project {
pub id: Option<String>,
pub name: Option<String>,
}
Expand description
The project that the action was scoped to.
Fields§
§id: Option<String>
The project ID.
name: Option<String>
The project title.
Trait Implementations§
Source§impl Clone for AuditLog_Project
impl Clone for AuditLog_Project
Source§fn clone(&self) -> AuditLog_Project
fn clone(&self) -> AuditLog_Project
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 AuditLog_Project
impl Debug for AuditLog_Project
Source§impl Default for AuditLog_Project
impl Default for AuditLog_Project
Source§fn default() -> AuditLog_Project
fn default() -> AuditLog_Project
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditLog_Project
impl RefUnwindSafe for AuditLog_Project
impl Send for AuditLog_Project
impl Sync for AuditLog_Project
impl Unpin for AuditLog_Project
impl UnwindSafe for AuditLog_Project
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