pub struct JobStreamingDto { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for JobStreamingDto
impl Clone for JobStreamingDto
Source§fn clone(&self) -> JobStreamingDto
fn clone(&self) -> JobStreamingDto
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 JobStreamingDto
impl Debug for JobStreamingDto
Source§impl Default for JobStreamingDto
impl Default for JobStreamingDto
Source§impl From<JobStreamingDto> for JobStreamingDto
impl From<JobStreamingDto> for JobStreamingDto
Source§fn from(value: JobStreamingDto) -> Self
fn from(value: JobStreamingDto) -> Self
Converts to this type from the input type.
Source§impl TryFrom<JobStreamingDto> for JobStreamingDto
impl TryFrom<JobStreamingDto> for JobStreamingDto
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: JobStreamingDto) -> Result<Self, ConversionError>
fn try_from(value: JobStreamingDto) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for JobStreamingDto
impl RefUnwindSafe for JobStreamingDto
impl Send for JobStreamingDto
impl Sync for JobStreamingDto
impl Unpin for JobStreamingDto
impl UnwindSafe for JobStreamingDto
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