Struct robust_list
struct robust_list { ... }
Fields
next: *mut robust_list
Implementations
impl Clone for robust_list
fn clone(self: &Self) -> robust_list
impl Copy for robust_list
impl Debug for robust_list
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for robust_list
impl RefUnwindSafe for robust_list
impl Send for robust_list
impl Sync for robust_list
impl Unpin for robust_list
impl UnsafeUnpin for robust_list
impl UnwindSafe for robust_list
impl<T> Any for robust_list
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for robust_list
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for robust_list
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for robust_list
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for robust_list
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for robust_list
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for robust_list
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for robust_list
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>