#[repr(C)]pub struct RefreshCycleDurationGOOGLE {
    pub refresh_duration: u64,
}Expand description
Fields§
§refresh_duration: u64Implementations§
Source§impl RefreshCycleDurationGOOGLE
 
impl RefreshCycleDurationGOOGLE
pub fn builder<'a>() -> RefreshCycleDurationGOOGLEBuilder<'a>
Trait Implementations§
Source§impl Clone for RefreshCycleDurationGOOGLE
 
impl Clone for RefreshCycleDurationGOOGLE
Source§fn clone(&self) -> RefreshCycleDurationGOOGLE
 
fn clone(&self) -> RefreshCycleDurationGOOGLE
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 RefreshCycleDurationGOOGLE
 
impl Default for RefreshCycleDurationGOOGLE
Source§fn default() -> RefreshCycleDurationGOOGLE
 
fn default() -> RefreshCycleDurationGOOGLE
Returns the “default value” for a type. Read more
impl Copy for RefreshCycleDurationGOOGLE
Auto Trait Implementations§
impl Freeze for RefreshCycleDurationGOOGLE
impl RefUnwindSafe for RefreshCycleDurationGOOGLE
impl Send for RefreshCycleDurationGOOGLE
impl Sync for RefreshCycleDurationGOOGLE
impl Unpin for RefreshCycleDurationGOOGLE
impl UnwindSafe for RefreshCycleDurationGOOGLE
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