pub struct EmbedderIdentity {
pub name: String,
pub revision: String,
pub dimension: u32,
}Fields§
§name: String§revision: String§dimension: u32Implementations§
Trait Implementations§
Source§impl Clone for EmbedderIdentity
impl Clone for EmbedderIdentity
Source§fn clone(&self) -> EmbedderIdentity
fn clone(&self) -> EmbedderIdentity
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 EmbedderIdentity
impl Debug for EmbedderIdentity
Source§impl PartialEq for EmbedderIdentity
impl PartialEq for EmbedderIdentity
Source§fn eq(&self, other: &EmbedderIdentity) -> bool
fn eq(&self, other: &EmbedderIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EmbedderIdentity
impl StructuralPartialEq for EmbedderIdentity
Auto Trait Implementations§
impl Freeze for EmbedderIdentity
impl RefUnwindSafe for EmbedderIdentity
impl Send for EmbedderIdentity
impl Sync for EmbedderIdentity
impl Unpin for EmbedderIdentity
impl UnsafeUnpin for EmbedderIdentity
impl UnwindSafe for EmbedderIdentity
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