pub struct TransitionRef {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for TransitionRef
impl Clone for TransitionRef
Source§fn clone(&self) -> TransitionRef
fn clone(&self) -> TransitionRef
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 moreSource§impl Debug for TransitionRef
impl Debug for TransitionRef
Auto Trait Implementations§
impl Freeze for TransitionRef
impl RefUnwindSafe for TransitionRef
impl Send for TransitionRef
impl Sync for TransitionRef
impl Unpin for TransitionRef
impl UnwindSafe for TransitionRef
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