#[repr(C)]pub struct SchemaInfoList {
pub next: *mut SchemaInfoList,
pub value: *mut SchemaInfo,
}Fields§
§next: *mut SchemaInfoList§value: *mut SchemaInfoTrait Implementations§
Source§impl Clone for SchemaInfoList
impl Clone for SchemaInfoList
Source§fn clone(&self) -> SchemaInfoList
fn clone(&self) -> SchemaInfoList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaInfoList
impl Debug for SchemaInfoList
impl Copy for SchemaInfoList
Auto Trait Implementations§
impl Freeze for SchemaInfoList
impl RefUnwindSafe for SchemaInfoList
impl !Send for SchemaInfoList
impl !Sync for SchemaInfoList
impl Unpin for SchemaInfoList
impl UnwindSafe for SchemaInfoList
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