pub struct TTLOpenDescriptor { /* private fields */ }
Implementations§
Source§impl TTLOpenDescriptor
impl TTLOpenDescriptor
pub fn by_columns(ttls: Vec<i32>) -> Self
pub fn by_default(ttl: i32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TTLOpenDescriptor
impl RefUnwindSafe for TTLOpenDescriptor
impl Send for TTLOpenDescriptor
impl Sync for TTLOpenDescriptor
impl Unpin for TTLOpenDescriptor
impl UnwindSafe for TTLOpenDescriptor
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