pub struct OwnerPromotionJournalTransition { /* private fields */ }Implementations§
Source§impl OwnerPromotionJournalTransition
impl OwnerPromotionJournalTransition
pub fn into_values( self, ) -> (String, String, String, String, Vec<ClosedRemoteObject>)
Auto Trait Implementations§
impl Freeze for OwnerPromotionJournalTransition
impl RefUnwindSafe for OwnerPromotionJournalTransition
impl Send for OwnerPromotionJournalTransition
impl Sync for OwnerPromotionJournalTransition
impl Unpin for OwnerPromotionJournalTransition
impl UnsafeUnpin for OwnerPromotionJournalTransition
impl UnwindSafe for OwnerPromotionJournalTransition
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