pub struct ItemGuardianApprovalReviewStartedNotification(pub Value);Expand description
item/autoApprovalReview/started notification (stub).
Tuple Fields§
§0: ValueTrait Implementations§
Source§impl Clone for ItemGuardianApprovalReviewStartedNotification
impl Clone for ItemGuardianApprovalReviewStartedNotification
Source§fn clone(&self) -> ItemGuardianApprovalReviewStartedNotification
fn clone(&self) -> ItemGuardianApprovalReviewStartedNotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ItemGuardianApprovalReviewStartedNotification
impl Default for ItemGuardianApprovalReviewStartedNotification
Source§fn default() -> ItemGuardianApprovalReviewStartedNotification
fn default() -> ItemGuardianApprovalReviewStartedNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ItemGuardianApprovalReviewStartedNotification
impl<'de> Deserialize<'de> for ItemGuardianApprovalReviewStartedNotification
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 ItemGuardianApprovalReviewStartedNotification
impl RefUnwindSafe for ItemGuardianApprovalReviewStartedNotification
impl Send for ItemGuardianApprovalReviewStartedNotification
impl Sync for ItemGuardianApprovalReviewStartedNotification
impl Unpin for ItemGuardianApprovalReviewStartedNotification
impl UnsafeUnpin for ItemGuardianApprovalReviewStartedNotification
impl UnwindSafe for ItemGuardianApprovalReviewStartedNotification
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