pub struct HardToBorrowDetailsWrapper {
pub items: Vec<HardToBorrowDetail>,
}Expand description
Wrapper for hard to borrow details section
Fields§
§items: Vec<HardToBorrowDetail>List of hard to borrow details
Trait Implementations§
Source§impl Clone for HardToBorrowDetailsWrapper
impl Clone for HardToBorrowDetailsWrapper
Source§fn clone(&self) -> HardToBorrowDetailsWrapper
fn clone(&self) -> HardToBorrowDetailsWrapper
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 HardToBorrowDetailsWrapper
impl Debug for HardToBorrowDetailsWrapper
Source§impl Default for HardToBorrowDetailsWrapper
impl Default for HardToBorrowDetailsWrapper
Source§fn default() -> HardToBorrowDetailsWrapper
fn default() -> HardToBorrowDetailsWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HardToBorrowDetailsWrapper
impl<'de> Deserialize<'de> for HardToBorrowDetailsWrapper
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for HardToBorrowDetailsWrapper
Auto Trait Implementations§
impl Freeze for HardToBorrowDetailsWrapper
impl RefUnwindSafe for HardToBorrowDetailsWrapper
impl Send for HardToBorrowDetailsWrapper
impl Sync for HardToBorrowDetailsWrapper
impl Unpin for HardToBorrowDetailsWrapper
impl UnwindSafe for HardToBorrowDetailsWrapper
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