#[repr(C)]pub struct RefreshCycleDurationGOOGLE {
pub refresh_duration: u64,
}Expand description
Fields
refresh_duration: u64Implementations
sourceimpl RefreshCycleDurationGOOGLE
impl RefreshCycleDurationGOOGLE
pub fn builder<'a>() -> RefreshCycleDurationGOOGLEBuilder<'a>
Trait Implementations
sourceimpl Clone for RefreshCycleDurationGOOGLE
impl Clone for RefreshCycleDurationGOOGLE
sourcefn clone(&self) -> RefreshCycleDurationGOOGLE
fn clone(&self) -> RefreshCycleDurationGOOGLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RefreshCycleDurationGOOGLE
impl Debug for RefreshCycleDurationGOOGLE
sourceimpl Default for RefreshCycleDurationGOOGLE
impl Default for RefreshCycleDurationGOOGLE
sourcefn default() -> RefreshCycleDurationGOOGLE
fn default() -> RefreshCycleDurationGOOGLE
Returns the “default value” for a type. Read more
impl Copy for RefreshCycleDurationGOOGLE
Auto Trait Implementations
impl RefUnwindSafe for RefreshCycleDurationGOOGLE
impl Send for RefreshCycleDurationGOOGLE
impl Sync for RefreshCycleDurationGOOGLE
impl Unpin for RefreshCycleDurationGOOGLE
impl UnwindSafe for RefreshCycleDurationGOOGLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more