struct Movement<'a> {
routine: String,
functions: [Option<&'a str>; 3],
}
Fields§
§routine: String
§functions: [Option<&'a str>; 3]
Auto Trait Implementations§
impl<'a> Freeze for Movement<'a>
impl<'a> RefUnwindSafe for Movement<'a>
impl<'a> Send for Movement<'a>
impl<'a> Sync for Movement<'a>
impl<'a> Unpin for Movement<'a>
impl<'a> UnwindSafe for Movement<'a>
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