pub struct Start {
pub attributes: StartAttributes,
pub nested: Vec<StartNoun>,
}Fields§
§attributes: StartAttributes§nested: Vec<StartNoun>Implementations§
Source§impl Start
impl Start
pub fn new() -> Self
pub fn action(self, action: impl Into<String>) -> Self
pub fn method(self, method: impl Into<String>) -> Self
pub fn add_stream(self, stream: Stream) -> Self
pub fn add_siprec(self, siprec: Siprec) -> Self
pub fn add_transcription(self, transcription: Transcription) -> Self
pub fn add_recording(self, recording: Recording) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Start
impl RefUnwindSafe for Start
impl Send for Start
impl Sync for Start
impl Unpin for Start
impl UnwindSafe for Start
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