pub struct ListLibraryOut {
pub data: Vec<LibraryOut>,
}Fields§
§data: Vec<LibraryOut>Implementations§
Source§impl ListLibraryOut
impl ListLibraryOut
pub fn new(data: Vec<LibraryOut>) -> ListLibraryOut
Trait Implementations§
Source§impl Clone for ListLibraryOut
impl Clone for ListLibraryOut
Source§fn clone(&self) -> ListLibraryOut
fn clone(&self) -> ListLibraryOut
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 ListLibraryOut
impl Debug for ListLibraryOut
Source§impl Default for ListLibraryOut
impl Default for ListLibraryOut
Source§fn default() -> ListLibraryOut
fn default() -> ListLibraryOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListLibraryOut
impl<'de> Deserialize<'de> for ListLibraryOut
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
Source§impl PartialEq for ListLibraryOut
impl PartialEq for ListLibraryOut
Source§impl Serialize for ListLibraryOut
impl Serialize for ListLibraryOut
impl StructuralPartialEq for ListLibraryOut
Auto Trait Implementations§
impl Freeze for ListLibraryOut
impl RefUnwindSafe for ListLibraryOut
impl Send for ListLibraryOut
impl Sync for ListLibraryOut
impl Unpin for ListLibraryOut
impl UnsafeUnpin for ListLibraryOut
impl UnwindSafe for ListLibraryOut
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