pub struct TableArgs {
pub access: Option<TableAccess>,
pub scheduled: Option<ScheduledArg>,
pub accessor: Ident,
pub indices: Vec<IndexArg>,
pub event: Option<()>,
}Fields§
§access: Option<TableAccess>§scheduled: Option<ScheduledArg>§accessor: Ident§indices: Vec<IndexArg>§event: Option<()>Implementations§
Source§impl TableArgs
impl TableArgs
pub fn parse(input: TokenStream, item: &DeriveInput) -> Result<Self>
Auto Trait Implementations§
impl !Send for TableArgs
impl !Sync for TableArgs
impl Freeze for TableArgs
impl RefUnwindSafe for TableArgs
impl Unpin for TableArgs
impl UnsafeUnpin for TableArgs
impl UnwindSafe for TableArgs
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