pub struct lensOrSummaryMetadataChanged;
Trait Implementations§
Source§impl Field for lensOrSummaryMetadataChanged
impl Field for lensOrSummaryMetadataChanged
Source§impl HasField<lensOrSummaryMetadataChanged> for TagHistoryFeedEntryType
impl HasField<lensOrSummaryMetadataChanged> for TagHistoryFeedEntryType
Source§type Type = Option<FieldChange>
type Type = Option<FieldChange>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for lensOrSummaryMetadataChanged
impl RefUnwindSafe for lensOrSummaryMetadataChanged
impl Send for lensOrSummaryMetadataChanged
impl Sync for lensOrSummaryMetadataChanged
impl Unpin for lensOrSummaryMetadataChanged
impl UnwindSafe for lensOrSummaryMetadataChanged
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