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