pub struct Timeout { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ColumnType for Timeout
impl ColumnType for Timeout
fn column_kind() -> ColumnKind
fn to_data(&self) -> ColumnData<'static>
fn from_data(data: ColumnData<'_>) -> Result<Self, FromDataError>
Source§impl<'de> Deserialize<'de> for Timeout
impl<'de> Deserialize<'de> for Timeout
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
Auto Trait Implementations§
impl Freeze for Timeout
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout
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