pub struct PresentTimeGOOGLEBuilder { /* private fields */ }Expand description
Builder for PresentTimeGOOGLE.
Implementations§
Source§impl PresentTimeGOOGLEBuilder
impl PresentTimeGOOGLEBuilder
pub fn present_id(self, value: u32) -> Self
pub fn desired_present_time(self, value: u64) -> Self
Trait Implementations§
Source§impl Deref for PresentTimeGOOGLEBuilder
impl Deref for PresentTimeGOOGLEBuilder
Auto Trait Implementations§
impl Freeze for PresentTimeGOOGLEBuilder
impl RefUnwindSafe for PresentTimeGOOGLEBuilder
impl Send for PresentTimeGOOGLEBuilder
impl Sync for PresentTimeGOOGLEBuilder
impl Unpin for PresentTimeGOOGLEBuilder
impl UnsafeUnpin for PresentTimeGOOGLEBuilder
impl UnwindSafe for PresentTimeGOOGLEBuilder
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