pub struct ProjectLogAction {
pub name: String,
pub user: String,
pub workspace: String,
pub payload: Vec<ProjectLogActionPayload>,
}
Fields§
§name: String
§user: String
§workspace: String
§payload: Vec<ProjectLogActionPayload>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProjectLogAction
impl<'de> Deserialize<'de> for ProjectLogAction
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
Auto Trait Implementations§
impl Freeze for ProjectLogAction
impl RefUnwindSafe for ProjectLogAction
impl Send for ProjectLogAction
impl Sync for ProjectLogAction
impl Unpin for ProjectLogAction
impl UnwindSafe for ProjectLogAction
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