pub enum ReservedWords {
AllSchemas,
Governance,
Any,
Witnesses,
Owner,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReservedWords
impl RefUnwindSafe for ReservedWords
impl Send for ReservedWords
impl Sync for ReservedWords
impl Unpin for ReservedWords
impl UnsafeUnpin for ReservedWords
impl UnwindSafe for ReservedWords
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