pub struct NonCurrentVersionTransition { /* private fields */ }Trait Implementations§
Source§impl Debug for NonCurrentVersionTransition
impl Debug for NonCurrentVersionTransition
Auto Trait Implementations§
impl Freeze for NonCurrentVersionTransition
impl RefUnwindSafe for NonCurrentVersionTransition
impl Send for NonCurrentVersionTransition
impl Sync for NonCurrentVersionTransition
impl Unpin for NonCurrentVersionTransition
impl UnwindSafe for NonCurrentVersionTransition
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