pub struct CodeScanningAlertReopenedAlertInstancesItemMessage { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for CodeScanningAlertReopenedAlertInstancesItemMessage
impl Clone for CodeScanningAlertReopenedAlertInstancesItemMessage
Source§fn clone(&self) -> CodeScanningAlertReopenedAlertInstancesItemMessage
fn clone(&self) -> CodeScanningAlertReopenedAlertInstancesItemMessage
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 From<CodeScanningAlertReopenedAlertInstancesItemMessage> for CodeScanningAlertReopenedAlertInstancesItemMessage
impl From<CodeScanningAlertReopenedAlertInstancesItemMessage> for CodeScanningAlertReopenedAlertInstancesItemMessage
Source§fn from(value: CodeScanningAlertReopenedAlertInstancesItemMessage) -> Self
fn from(value: CodeScanningAlertReopenedAlertInstancesItemMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CodeScanningAlertReopenedAlertInstancesItemMessage
impl RefUnwindSafe for CodeScanningAlertReopenedAlertInstancesItemMessage
impl Send for CodeScanningAlertReopenedAlertInstancesItemMessage
impl Sync for CodeScanningAlertReopenedAlertInstancesItemMessage
impl Unpin for CodeScanningAlertReopenedAlertInstancesItemMessage
impl UnwindSafe for CodeScanningAlertReopenedAlertInstancesItemMessage
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