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