pub struct GetTrackEventDescriptorBuilder;Implementations§
Source§impl GetTrackEventDescriptorBuilder
impl GetTrackEventDescriptorBuilder
pub fn new() -> Self
pub fn build(self) -> GetTrackEventDescriptor
Trait Implementations§
Source§impl Clone for GetTrackEventDescriptorBuilder
impl Clone for GetTrackEventDescriptorBuilder
Source§fn clone(&self) -> GetTrackEventDescriptorBuilder
fn clone(&self) -> GetTrackEventDescriptorBuilder
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 Default for GetTrackEventDescriptorBuilder
impl Default for GetTrackEventDescriptorBuilder
Source§fn default() -> GetTrackEventDescriptorBuilder
fn default() -> GetTrackEventDescriptorBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetTrackEventDescriptorBuilder
impl RefUnwindSafe for GetTrackEventDescriptorBuilder
impl Send for GetTrackEventDescriptorBuilder
impl Sync for GetTrackEventDescriptorBuilder
impl Unpin for GetTrackEventDescriptorBuilder
impl UnsafeUnpin for GetTrackEventDescriptorBuilder
impl UnwindSafe for GetTrackEventDescriptorBuilder
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