pub struct RelationRow {
pub relation_id: u32,
pub name: Option<&'static [u8]>,
}Expand description
One row of CSSM_DL_DB_SCHEMA_INFO.
Fields§
§relation_id: u32§name: Option<&'static [u8]>Auto Trait Implementations§
impl Freeze for RelationRow
impl RefUnwindSafe for RelationRow
impl Send for RelationRow
impl Sync for RelationRow
impl Unpin for RelationRow
impl UnsafeUnpin for RelationRow
impl UnwindSafe for RelationRow
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