pub struct CodeImportDiff {}Expand description
Representation of the code_import-diff resource
Trait Implementations§
Source§impl Clone for CodeImportDiff
impl Clone for CodeImportDiff
Source§fn clone(&self) -> CodeImportDiff
fn clone(&self) -> CodeImportDiff
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 CodeImportDiff
impl Debug for CodeImportDiff
Source§impl Default for CodeImportDiff
impl Default for CodeImportDiff
Source§impl<'de> Deserialize<'de> for CodeImportDiff
impl<'de> Deserialize<'de> for CodeImportDiff
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
Source§impl PartialEq for CodeImportDiff
impl PartialEq for CodeImportDiff
Source§impl Serialize for CodeImportDiff
impl Serialize for CodeImportDiff
impl StructuralPartialEq for CodeImportDiff
Auto Trait Implementations§
impl Freeze for CodeImportDiff
impl RefUnwindSafe for CodeImportDiff
impl Send for CodeImportDiff
impl Sync for CodeImportDiff
impl Unpin for CodeImportDiff
impl UnwindSafe for CodeImportDiff
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