pub struct AiDescriptor {
pub code: &'static str,
pub role: AiRole,
pub title: &'static str,
pub max_len: usize,
pub qualifier_order: Option<u8>,
}Fields§
§code: &'static str§role: AiRole§title: &'static str§max_len: usize§qualifier_order: Option<u8>Canonical qualifier order within the path; None for PrimaryKey.
Auto Trait Implementations§
impl Freeze for AiDescriptor
impl RefUnwindSafe for AiDescriptor
impl Send for AiDescriptor
impl Sync for AiDescriptor
impl Unpin for AiDescriptor
impl UnsafeUnpin for AiDescriptor
impl UnwindSafe for AiDescriptor
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