pub struct LookupTable {
pub lookup_table_name: String,
pub arn: String,
pub table_body: String,
pub creation_time: i64,
pub last_modified_time: i64,
}Fields§
§lookup_table_name: String§arn: String§table_body: String§creation_time: i64§last_modified_time: i64Auto Trait Implementations§
impl Freeze for LookupTable
impl RefUnwindSafe for LookupTable
impl Send for LookupTable
impl Sync for LookupTable
impl Unpin for LookupTable
impl UnsafeUnpin for LookupTable
impl UnwindSafe for LookupTable
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