#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SchemaInfoList
Auto Trait Implementations§
impl !Send for SchemaInfoList
impl !Sync for SchemaInfoList
impl Freeze for SchemaInfoList
impl RefUnwindSafe for SchemaInfoList
impl Unpin for SchemaInfoList
impl UnsafeUnpin 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