pub struct ListCtTimeout {
pub family: String,
pub table: String,
pub name: String,
}
Fields§
§family: String
§table: String
§name: String
Trait Implementations§
Source§impl Clone for ListCtTimeout
impl Clone for ListCtTimeout
Source§fn clone(&self) -> ListCtTimeout
fn clone(&self) -> ListCtTimeout
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 Debug for ListCtTimeout
impl Debug for ListCtTimeout
Source§impl Default for ListCtTimeout
impl Default for ListCtTimeout
Source§fn default() -> ListCtTimeout
fn default() -> ListCtTimeout
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListCtTimeout
impl<'de> Deserialize<'de> for ListCtTimeout
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 ListCtTimeout
impl RefUnwindSafe for ListCtTimeout
impl Send for ListCtTimeout
impl Sync for ListCtTimeout
impl Unpin for ListCtTimeout
impl UnwindSafe for ListCtTimeout
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