pub struct TrainArgs<'a> {
    pub content: Option<WIPOffset<TrainContent<'a>>>,
    pub topic: Option<WIPOffset<&'a str>>,
    pub event_time: Option<WIPOffset<Time<'a>>>,
}Fields§
§content: Option<WIPOffset<TrainContent<'a>>>§topic: Option<WIPOffset<&'a str>>§event_time: Option<WIPOffset<Time<'a>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TrainArgs<'a>
impl<'a> RefUnwindSafe for TrainArgs<'a>
impl<'a> Send for TrainArgs<'a>
impl<'a> Sync for TrainArgs<'a>
impl<'a> Unpin for TrainArgs<'a>
impl<'a> UnwindSafe for TrainArgs<'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