pub struct HookTimeoutSeconds(/* private fields */);Expand description
Hook timeout in seconds.
Implementations§
Trait Implementations§
Source§impl Clone for HookTimeoutSeconds
impl Clone for HookTimeoutSeconds
Source§fn clone(&self) -> HookTimeoutSeconds
fn clone(&self) -> HookTimeoutSeconds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HookTimeoutSeconds
impl Debug for HookTimeoutSeconds
Source§impl Hash for HookTimeoutSeconds
impl Hash for HookTimeoutSeconds
Source§impl Ord for HookTimeoutSeconds
impl Ord for HookTimeoutSeconds
Source§fn cmp(&self, other: &HookTimeoutSeconds) -> Ordering
fn cmp(&self, other: &HookTimeoutSeconds) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HookTimeoutSeconds
impl PartialEq for HookTimeoutSeconds
Source§fn eq(&self, other: &HookTimeoutSeconds) -> bool
fn eq(&self, other: &HookTimeoutSeconds) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HookTimeoutSeconds
impl PartialOrd for HookTimeoutSeconds
impl Copy for HookTimeoutSeconds
impl Eq for HookTimeoutSeconds
impl StructuralPartialEq for HookTimeoutSeconds
Auto Trait Implementations§
impl Freeze for HookTimeoutSeconds
impl RefUnwindSafe for HookTimeoutSeconds
impl Send for HookTimeoutSeconds
impl Sync for HookTimeoutSeconds
impl Unpin for HookTimeoutSeconds
impl UnsafeUnpin for HookTimeoutSeconds
impl UnwindSafe for HookTimeoutSeconds
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