pub struct LibraryIn {
pub name: String,
pub description: Option<Option<String>>,
pub chunk_size: Option<Option<i32>>,
}Fields§
§name: String§description: Option<Option<String>>§chunk_size: Option<Option<i32>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LibraryIn
impl<'de> Deserialize<'de> for LibraryIn
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 LibraryIn
Auto Trait Implementations§
impl Freeze for LibraryIn
impl RefUnwindSafe for LibraryIn
impl Send for LibraryIn
impl Sync for LibraryIn
impl Unpin for LibraryIn
impl UnsafeUnpin for LibraryIn
impl UnwindSafe for LibraryIn
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