pub struct BinaryLibrary {
pub library_id: i32,
pub library_name: String,
}Fields§
§library_id: i32§library_name: StringTrait Implementations§
Source§impl Clone for BinaryLibrary
impl Clone for BinaryLibrary
Source§fn clone(&self) -> BinaryLibrary
fn clone(&self) -> BinaryLibrary
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 BinaryLibrary
impl Debug for BinaryLibrary
Source§impl<'de> Deserialize<'de> for BinaryLibrary
impl<'de> Deserialize<'de> for BinaryLibrary
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
Auto Trait Implementations§
impl Freeze for BinaryLibrary
impl RefUnwindSafe for BinaryLibrary
impl Send for BinaryLibrary
impl Sync for BinaryLibrary
impl Unpin for BinaryLibrary
impl UnwindSafe for BinaryLibrary
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