Enum netsblox_ast::TimeQuery
source · pub enum TimeQuery {
Year,
Month,
Date,
DayOfWeek,
Hour,
Minute,
Second,
UnixTimestampMs,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimeQuery
impl Send for TimeQuery
impl Sync for TimeQuery
impl Unpin for TimeQuery
impl UnwindSafe for TimeQuery
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