pub struct GenerationId { /* private fields */ }Expand description
Rust wrapper for FoundationModels’ opaque GenerationID.
Implementations§
Trait Implementations§
Source§impl Clone for GenerationId
impl Clone for GenerationId
Source§fn clone(&self) -> GenerationId
fn clone(&self) -> GenerationId
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 GenerationId
impl Debug for GenerationId
Source§impl Display for GenerationId
impl Display for GenerationId
Source§impl Hash for GenerationId
impl Hash for GenerationId
Source§impl PartialEq for GenerationId
impl PartialEq for GenerationId
Source§fn eq(&self, other: &GenerationId) -> bool
fn eq(&self, other: &GenerationId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GenerationId
impl StructuralPartialEq for GenerationId
Auto Trait Implementations§
impl Freeze for GenerationId
impl RefUnwindSafe for GenerationId
impl Send for GenerationId
impl Sync for GenerationId
impl Unpin for GenerationId
impl UnsafeUnpin for GenerationId
impl UnwindSafe for GenerationId
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