pub struct ReadFyiNotificationRequestPath {
pub notification_id: Value,
}Fields§
§notification_id: ValueCode used to signify a specific notification to mark. Value received from /fyi/notifications
Trait Implementations§
Source§impl Clone for ReadFyiNotificationRequestPath
impl Clone for ReadFyiNotificationRequestPath
Source§fn clone(&self) -> ReadFyiNotificationRequestPath
fn clone(&self) -> ReadFyiNotificationRequestPath
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 moreimpl StructuralPartialEq for ReadFyiNotificationRequestPath
Auto Trait Implementations§
impl Freeze for ReadFyiNotificationRequestPath
impl RefUnwindSafe for ReadFyiNotificationRequestPath
impl Send for ReadFyiNotificationRequestPath
impl Sync for ReadFyiNotificationRequestPath
impl Unpin for ReadFyiNotificationRequestPath
impl UnsafeUnpin for ReadFyiNotificationRequestPath
impl UnwindSafe for ReadFyiNotificationRequestPath
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