pub struct OwnerPromotionJournalPredecessor {
pub promotion_id: OwnerPromotionId,
pub target: StoreDeviceRegistrationRef,
/* private fields */
}Fields§
§promotion_id: OwnerPromotionId§target: StoreDeviceRegistrationRefImplementations§
Source§impl OwnerPromotionJournalPredecessor
impl OwnerPromotionJournalPredecessor
pub fn transition_to( &self, next: &OwnerPromotionJournal, remote_objects: Vec<ClosedRemoteObject>, ) -> Result<OwnerPromotionJournalTransition, OwnerPromotionJournalError>
Auto Trait Implementations§
impl Freeze for OwnerPromotionJournalPredecessor
impl RefUnwindSafe for OwnerPromotionJournalPredecessor
impl Send for OwnerPromotionJournalPredecessor
impl Sync for OwnerPromotionJournalPredecessor
impl Unpin for OwnerPromotionJournalPredecessor
impl UnsafeUnpin for OwnerPromotionJournalPredecessor
impl UnwindSafe for OwnerPromotionJournalPredecessor
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