pub struct AssignedUuid {
pub uuid: Uuid,
pub name: String,
pub id: Option<String>,
}
Fields§
§uuid: Uuid
§name: String
§id: Option<String>
Trait Implementations§
Source§impl Clone for AssignedUuid
impl Clone for AssignedUuid
Source§fn clone(&self) -> AssignedUuid
fn clone(&self) -> AssignedUuid
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 moreAuto Trait Implementations§
impl Freeze for AssignedUuid
impl RefUnwindSafe for AssignedUuid
impl Send for AssignedUuid
impl Sync for AssignedUuid
impl Unpin for AssignedUuid
impl UnwindSafe for AssignedUuid
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