pub struct CustomAttributeDiff {
pub name: String,
pub op: CustomAttributeOp,
}Fields§
§name: String§op: CustomAttributeOpImplementations§
Source§impl CustomAttributeDiff
impl CustomAttributeDiff
pub fn has_changes(&self) -> bool
Trait Implementations§
Source§impl Clone for CustomAttributeDiff
impl Clone for CustomAttributeDiff
Source§fn clone(&self) -> CustomAttributeDiff
fn clone(&self) -> CustomAttributeDiff
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 moreAuto Trait Implementations§
impl Freeze for CustomAttributeDiff
impl RefUnwindSafe for CustomAttributeDiff
impl Send for CustomAttributeDiff
impl Sync for CustomAttributeDiff
impl Unpin for CustomAttributeDiff
impl UnsafeUnpin for CustomAttributeDiff
impl UnwindSafe for CustomAttributeDiff
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