pub struct LibraryRegistration {
pub id: String,
pub version: String,
pub standard: bool,
}Fields§
§id: String§version: String§standard: boolTrait Implementations§
Source§impl Clone for LibraryRegistration
impl Clone for LibraryRegistration
Source§fn clone(&self) -> LibraryRegistration
fn clone(&self) -> LibraryRegistration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LibraryRegistration
impl Debug for LibraryRegistration
impl Eq for LibraryRegistration
Source§impl PartialEq for LibraryRegistration
impl PartialEq for LibraryRegistration
Source§fn eq(&self, other: &LibraryRegistration) -> bool
fn eq(&self, other: &LibraryRegistration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LibraryRegistration
Auto Trait Implementations§
impl Freeze for LibraryRegistration
impl RefUnwindSafe for LibraryRegistration
impl Send for LibraryRegistration
impl Sync for LibraryRegistration
impl Unpin for LibraryRegistration
impl UnsafeUnpin for LibraryRegistration
impl UnwindSafe for LibraryRegistration
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