pub struct Constants {}Implementations§
Source§impl Constants
impl Constants
pub const DEAD_PUBLISH_PERIOD: f32 = 0.0500000007f32
pub const DEFAULT_CONNECT_TIMEOUT: f32 = 10f32
pub const DEFAULT_HEARTBEAT_TIMEOUT: f32 = 4f32
pub const DEFAULT_DISCONNECT_TIMEOUT: f32 = 2f32
pub const DEFAULT_HEARTBEAT_PERIOD: f32 = 1f32
pub const DISABLE_HEARTBEAT_TIMEOUT_PARAM: &'static str = "/bond_disable_heartbeat_timeout"
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Constants
impl<'de> Deserialize<'de> for Constants
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for Constants
impl StructuralPartialEq for Constants
Auto Trait Implementations§
impl Freeze for Constants
impl RefUnwindSafe for Constants
impl Send for Constants
impl Sync for Constants
impl Unpin for Constants
impl UnwindSafe for Constants
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